Html Css Color HEX #62081A Pohutukawa

📋 copy color: '#62081A'

red 98 ◦ green 8 ◦ blue 26

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

Shades of Pohutukawa #62081A

Tints of Pohutukawa #62081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 74.24%
G = 6.06%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62081A (or 0x62081A) is known color: Pohutukawa. HEX triplet: 62, 08 and 1A. RGB value is (98,8,26). Sum of RGB (Red+Green+Blue) = 98+8+26=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62081A is #9DF7E5. Grayscale: #242424. Windows color (decimal): -10352614 or 1706082. OLE color: 1706082.

HSL color Cylindrical-coordinate representation of color #62081A: hue angle of 348º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62081A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 8 26 -
CMYK 0 0.92 0.73 0.62
HSL 348º 0.85% 0.21% -
HSV(B) 348º 0.92% 0.38% -
XYZ 5.31 2.84 1.25 -
YUV 36.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 98 8 26 0 0.92 0.73 0.62 348 0.85 0.21
Hex 62 8 1A 0 5C 49 3E 15C 55 15
Octal 142 10 32 0 134 111 76 534 125 25
Binary 1100010 1000 11010 0 1011100 1001001 111110 101011100 1010101 10101

Color Harmonies of #62081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62081A

Black with #62081A

Text Example


Text Example

White with #62081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,8,26); }

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

background-color css

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

 a { background-color: rgb(98,8,26); }

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

border-color css

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

 span { border-color: rgb(98,8,26); }

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