Html Css Color HEX #62040E Pohutukawa

📋 copy color: '#62040E'

red 98 ◦ green 4 ◦ blue 14

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

Shades of Pohutukawa #62040E

Tints of Pohutukawa #62040E

RGB

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

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

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

R = 84.48%
G = 3.45%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62040E (or 0x62040E) is known color: Pohutukawa. HEX triplet: 62, 04 and 0E. RGB value is (98,4,14). Sum of RGB (Red+Green+Blue) = 98+4+14=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #62040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62040E is #9DFBF1. Grayscale: #212121. Windows color (decimal): -10353650 or 918626. OLE color: 918626.

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

Color convert

RGB 98 4 14 -
CMYK 0 0.96 0.86 0.62
HSL 353.62º 0.92% 0.2% -
HSV(B) 353.62º 0.96% 0.38% -
XYZ 5.16 2.72 0.67 -
YUV 33.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 98 4 14 0 0.96 0.86 0.62 353.62 0.92 0.2
Hex 62 4 E 0 60 56 3E 162 5C 14
Octal 142 4 16 0 140 126 76 542 134 24
Binary 1100010 100 1110 0 1100000 1010110 111110 101100010 1011100 10100

Color Harmonies of #62040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62040E

Black with #62040E

Text Example


Text Example

White with #62040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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