Html Css Color HEX #62010B Pohutukawa

📋 copy color: '#62010B'

red 98 ◦ green 1 ◦ blue 11

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

Shades of Pohutukawa #62010B

Tints of Pohutukawa #62010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10%

R = 89.09%
G = 0.91%
B = 10%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62010B (or 0x62010B) is known color: Pohutukawa. HEX triplet: 62, 01 and 0B. RGB value is (98,1,11). Sum of RGB (Red+Green+Blue) = 98+1+11=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #62010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010B is #9DFEF4. Grayscale: #1F1F1F. Windows color (decimal): -10354421 or 721250. OLE color: 721250.

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

Color convert

RGB 98 1 11 -
CMYK 0 0.99 0.89 0.62
HSL 353.81º 0.98% 0.19% -
HSV(B) 353.81º 0.99% 0.38% -
XYZ 5.11 2.64 0.56 -
YUV 31.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 98 1 11 0 0.99 0.89 0.62 353.81 0.98 0.19
Hex 62 1 B 0 63 59 3E 162 62 13
Octal 142 1 13 0 143 131 76 542 142 23
Binary 1100010 1 1011 0 1100011 1011001 111110 101100010 1100010 10011

Color Harmonies of #62010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62010B

Black with #62010B

Text Example


Text Example

White with #62010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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