Html Css Color HEX #62010C Pohutukawa

📋 copy color: '#62010C'

red 98 ◦ green 1 ◦ blue 12

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

Shades of Pohutukawa #62010C

Tints of Pohutukawa #62010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

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

R = 88.29%
G = 0.9%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62010C (or 0x62010C) is known color: Pohutukawa. HEX triplet: 62, 01 and 0C. RGB value is (98,1,12). Sum of RGB (Red+Green+Blue) = 98+1+12=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #62010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010C is #9DFEF3. Grayscale: #1F1F1F. Windows color (decimal): -10354420 or 786786. OLE color: 786786.

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

Color convert

RGB 98 1 12 -
CMYK 0 0.99 0.88 0.62
HSL 353.2º 0.98% 0.19% -
HSV(B) 353.2º 0.99% 0.38% -
XYZ 5.11 2.64 0.59 -
YUV 31.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 98 1 12 0 0.99 0.88 0.62 353.2 0.98 0.19
Hex 62 1 C 0 63 58 3E 161 62 13
Octal 142 1 14 0 143 130 76 541 142 23
Binary 1100010 1 1100 0 1100011 1011000 111110 101100001 1100010 10011

Color Harmonies of #62010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62010C

Black with #62010C

Text Example


Text Example

White with #62010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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