Html Css Color HEX #62050D Pohutukawa

📋 copy color: '#62050D'

red 98 ◦ green 5 ◦ blue 13

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

Shades of Pohutukawa #62050D

Tints of Pohutukawa #62050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 84.48%
G = 4.31%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62050D (or 0x62050D) is known color: Pohutukawa. HEX triplet: 62, 05 and 0D. RGB value is (98,5,13). Sum of RGB (Red+Green+Blue) = 98+5+13=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #62050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050D is #9DFAF2. Grayscale: #212121. Windows color (decimal): -10353395 or 853346. OLE color: 853346.

HSL color Cylindrical-coordinate representation of color #62050D: hue angle of 354.84º 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 #62050D is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 5 13 -
CMYK 0 0.95 0.87 0.62
HSL 354.84º 0.9% 0.2% -
HSV(B) 354.84º 0.95% 0.38% -
XYZ 5.16 2.73 0.64 -
YUV 33.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 98 5 13 0 0.95 0.87 0.62 354.84 0.9 0.2
Hex 62 5 D 0 5F 57 3E 163 5A 14
Octal 142 5 15 0 137 127 76 543 132 24
Binary 1100010 101 1101 0 1011111 1010111 111110 101100011 1011010 10100

Color Harmonies of #62050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62050D

Black with #62050D

Text Example


Text Example

White with #62050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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