Html Css Color HEX #62040B Pohutukawa

📋 copy color: '#62040B'

red 98 ◦ green 4 ◦ blue 11

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

Shades of Pohutukawa #62040B

Tints of Pohutukawa #62040B

RGB

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

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

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

R = 86.73%
G = 3.54%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#62040B (or 0x62040B) is known color: Pohutukawa. HEX triplet: 62, 04 and 0B. RGB value is (98,4,11). Sum of RGB (Red+Green+Blue) = 98+4+11=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #62040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62040B is #9DFBF4. Grayscale: #202020. Windows color (decimal): -10353653 or 722018. OLE color: 722018.

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

Color convert

RGB 98 4 11 -
CMYK 0 0.96 0.89 0.62
HSL 355.53º 0.92% 0.2% -
HSV(B) 355.53º 0.96% 0.38% -
XYZ 5.14 2.71 0.57 -
YUV 32.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 98 4 11 0 0.96 0.89 0.62 355.53 0.92 0.2
Hex 62 4 B 0 60 59 3E 164 5C 14
Octal 142 4 13 0 140 131 76 544 134 24
Binary 1100010 100 1011 0 1100000 1011001 111110 101100100 1011100 10100

Color Harmonies of #62040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62040B

Black with #62040B

Text Example


Text Example

White with #62040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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