Html Css Color HEX #62050C Pohutukawa

📋 copy color: '#62050C'

red 98 ◦ green 5 ◦ blue 12

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

Shades of Pohutukawa #62050C

Tints of Pohutukawa #62050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

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

R = 85.22%
G = 4.35%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62050C (or 0x62050C) is known color: Pohutukawa. HEX triplet: 62, 05 and 0C. RGB value is (98,5,12). Sum of RGB (Red+Green+Blue) = 98+5+12=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #62050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050C is #9DFAF3. Grayscale: #212121. Windows color (decimal): -10353396 or 787810. OLE color: 787810.

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

Color convert

RGB 98 5 12 -
CMYK 0 0.95 0.88 0.62
HSL 355.48º 0.9% 0.2% -
HSV(B) 355.48º 0.95% 0.38% -
XYZ 5.16 2.73 0.6 -
YUV 33.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 98 5 12 0 0.95 0.88 0.62 355.48 0.9 0.2
Hex 62 5 C 0 5F 58 3E 163 5A 14
Octal 142 5 14 0 137 130 76 543 132 24
Binary 1100010 101 1100 0 1011111 1011000 111110 101100011 1011010 10100

Color Harmonies of #62050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62050C

Black with #62050C

Text Example


Text Example

White with #62050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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