Html Css Color HEX #62050E Pohutukawa

📋 copy color: '#62050E'

red 98 ◦ green 5 ◦ blue 14

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

Shades of Pohutukawa #62050E

Tints of Pohutukawa #62050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

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

R = 83.76%
G = 4.27%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62050E (or 0x62050E) is known color: Pohutukawa. HEX triplet: 62, 05 and 0E. RGB value is (98,5,14). Sum of RGB (Red+Green+Blue) = 98+5+14=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #62050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050E is #9DFAF1. Grayscale: #212121. Windows color (decimal): -10353394 or 918882. OLE color: 918882.

HSL color Cylindrical-coordinate representation of color #62050E: hue angle of 354.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62050E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 5 14 -
CMYK 0 0.95 0.86 0.62
HSL 354.19º 0.9% 0.2% -
HSV(B) 354.19º 0.95% 0.38% -
XYZ 5.17 2.74 0.67 -
YUV 33.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 98 5 14 0 0.95 0.86 0.62 354.19 0.9 0.2
Hex 62 5 E 0 5F 56 3E 162 5A 14
Octal 142 5 16 0 137 126 76 542 132 24
Binary 1100010 101 1110 0 1011111 1010110 111110 101100010 1011010 10100

Color Harmonies of #62050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62050E

Black with #62050E

Text Example


Text Example

White with #62050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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