Html Css Color HEX #62010E Pohutukawa

📋 copy color: '#62010E'

red 98 ◦ green 1 ◦ blue 14

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

Shades of Pohutukawa #62010E

Tints of Pohutukawa #62010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 86.73%
G = 0.88%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62010E (or 0x62010E) is known color: Pohutukawa. HEX triplet: 62, 01 and 0E. RGB value is (98,1,14). Sum of RGB (Red+Green+Blue) = 98+1+14=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #62010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010E is #9DFEF1. Grayscale: #1F1F1F. Windows color (decimal): -10354418 or 917858. OLE color: 917858.

HSL color Cylindrical-coordinate representation of color #62010E: hue angle of 351.96º 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 #62010E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 14 -
CMYK 0 0.99 0.86 0.62
HSL 351.96º 0.98% 0.19% -
HSV(B) 351.96º 0.99% 0.38% -
XYZ 5.13 2.65 0.66 -
YUV 31.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 98 1 14 0 0.99 0.86 0.62 351.96 0.98 0.19
Hex 62 1 E 0 63 56 3E 160 62 13
Octal 142 1 16 0 143 126 76 540 142 23
Binary 1100010 1 1110 0 1100011 1010110 111110 101100000 1100010 10011

Color Harmonies of #62010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62010E

Black with #62010E

Text Example


Text Example

White with #62010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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