Html Css Color HEX #62040C Pohutukawa

📋 copy color: '#62040C'

red 98 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #62040C

Tints of Pohutukawa #62040C

RGB

 RED value IS 98 (38.67% from 255) = 85.96%

 GREEN value IS 4 (1.95% from 255) = 3.51%

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 85.96%
G = 3.51%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62040C (or 0x62040C) is known color: Pohutukawa. HEX triplet: 62, 04 and 0C. RGB value is (98,4,12). Sum of RGB (Red+Green+Blue) = 98+4+12=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #62040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62040C is #9DFBF3. Grayscale: #212121. Windows color (decimal): -10353652 or 787554. OLE color: 787554.

HSL color Cylindrical-coordinate representation of color #62040C: hue angle of 354.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 4 12 -
CMYK 0 0.96 0.88 0.62
HSL 354.89º 0.92% 0.2% -
HSV(B) 354.89º 0.96% 0.38% -
XYZ 5.15 2.71 0.6 -
YUV 33.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 98 4 12 0 0.96 0.88 0.62 354.89 0.92 0.2
Hex 62 4 C 0 60 58 3E 163 5C 14
Octal 142 4 14 0 140 130 76 543 134 24
Binary 1100010 100 1100 0 1100000 1011000 111110 101100011 1011100 10100

Color Harmonies of #62040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62040C

Black with #62040C

Text Example


Text Example

White with #62040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62040C; }

 p { color: rgb(98,4,12); }

 H1.HeaderClassName
 {
   color: #62040C;
 }
 .AnyTagClassName
 {
   color: #62040C;
 }
</style>

background-color css

<style>
 a { background-color: #62040C; }

 a { background-color: rgb(98,4,12); }

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

border-color css

<style>
 span { border-color: #62040C; }

 span { border-color: rgb(98,4,12); }

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