Html Css Color HEX #62051C Pohutukawa

📋 copy color: '#62051C'

red 98 ◦ green 5 ◦ blue 28

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

Shades of Pohutukawa #62051C

Tints of Pohutukawa #62051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 74.81%
G = 3.82%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#62051C (or 0x62051C) is known color: Pohutukawa. HEX triplet: 62, 05 and 1C. RGB value is (98,5,28). Sum of RGB (Red+Green+Blue) = 98+5+28=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62051C is #9DFAE3. Grayscale: #232323. Windows color (decimal): -10353380 or 1836386. OLE color: 1836386.

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

Color convert

RGB 98 5 28 -
CMYK 0 0.95 0.71 0.62
HSL 345.16º 0.9% 0.2% -
HSV(B) 345.16º 0.95% 0.38% -
XYZ 5.3 2.79 1.36 -
YUV 35.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 98 5 28 0 0.95 0.71 0.62 345.16 0.9 0.2
Hex 62 5 1C 0 5F 47 3E 159 5A 14
Octal 142 5 34 0 137 107 76 531 132 24
Binary 1100010 101 11100 0 1011111 1000111 111110 101011001 1011010 10100

Color Harmonies of #62051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62051C

Black with #62051C

Text Example


Text Example

White with #62051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62051C; }

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

 H1.HeaderClassName
 {
   color: #62051C;
 }
 .AnyTagClassName
 {
   color: #62051C;
 }
</style>

background-color css

<style>
 a { background-color: #62051C; }

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

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

border-color css

<style>
 span { border-color: #62051C; }

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

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