Html Css Color HEX #63020A Pohutukawa

📋 copy color: '#63020A'

red 99 ◦ green 2 ◦ blue 10

#63020A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #63020A

Tints of Pohutukawa #63020A

RGB

 RED value IS 99 (39.06% from 255) = 89.19%

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 10 (4.3% from 255) = 9.01%

R = 89.19%
G = 1.8%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#63020A (or 0x63020A) is known color: Pohutukawa. HEX triplet: 63, 02 and 0A. RGB value is (99,2,10). Sum of RGB (Red+Green+Blue) = 99+2+10=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #63020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63020A is #9CFDF5. Grayscale: #1F1F1F. Windows color (decimal): -10288630 or 655971. OLE color: 655971.

HSL color Cylindrical-coordinate representation of color #63020A: hue angle of 355.05º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63020A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 10 -
CMYK 0 0.98 0.90 0.61
HSL 355.05º 0.96% 0.2% -
HSV(B) 355.05º 0.98% 0.39% -
XYZ 5.22 2.72 0.54 -
YUV 31.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 99 2 10 0 0.98 0.90 0.61 355.05 0.96 0.2
Hex 63 2 A 0 62 5A 3D 163 60 14
Octal 143 2 12 0 142 132 75 543 140 24
Binary 1100011 10 1010 0 1100010 1011010 111101 101100011 1100000 10100

Color Harmonies of #63020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63020A

Black with #63020A

Text Example


Text Example

White with #63020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63020A; }

 p { color: rgb(99,2,10); }

 H1.HeaderClassName
 {
   color: #63020A;
 }
 .AnyTagClassName
 {
   color: #63020A;
 }
</style>

background-color css

<style>
 a { background-color: #63020A; }

 a { background-color: rgb(99,2,10); }

 div.DivClassName
 {
   background-color: #63020A;
 }
 .BgClassName
 {
   background-color: #63020A;
 }
</style>

border-color css

<style>
 span { border-color: #63020A; }

 span { border-color: rgb(99,2,10); }

 td.TdClassName
 {
   border-color: #63020A;
 }
 .TagClassName
 {
   border-color: #63020A;
 }
</style>