Html Css Color HEX #62050A Pohutukawa

📋 copy color: '#62050A'

red 98 ◦ green 5 ◦ blue 10

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

Shades of Pohutukawa #62050A

Tints of Pohutukawa #62050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.85%

R = 86.73%
G = 4.42%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#62050A (or 0x62050A) is known color: Pohutukawa. HEX triplet: 62, 05 and 0A. RGB value is (98,5,10). Sum of RGB (Red+Green+Blue) = 98+5+10=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #62050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050A is #9DFAF5. Grayscale: #212121. Windows color (decimal): -10353398 or 656738. OLE color: 656738.

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

Color convert

RGB 98 5 10 -
CMYK 0 0.95 0.90 0.62
HSL 356.77º 0.9% 0.2% -
HSV(B) 356.77º 0.95% 0.38% -
XYZ 5.15 2.73 0.54 -
YUV 33.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 98 5 10 0 0.95 0.90 0.62 356.77 0.9 0.2
Hex 62 5 A 0 5F 5A 3E 165 5A 14
Octal 142 5 12 0 137 132 76 545 132 24
Binary 1100010 101 1010 0 1011111 1011010 111110 101100101 1011010 10100

Color Harmonies of #62050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62050A

Black with #62050A

Text Example


Text Example

White with #62050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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