#62051D

Color #62051D Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #62051D

Tints of Pohutukawa #62051D

Color information

#62051D (or 0x62051D) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 1D. RGB value is (98,5,29). Sum of RGB (Red+Green+Blue) = 98+5+29=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62051D is #9DFAE2. Grayscale: #232323. Windows color (decimal): -10353379 or 1901922. OLE color: 1901922.

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

Color convert

RGB98529-
CMYK00.950.700.62
HSL344.52º90.29%20.2%-
HSV(B)344.52º94.9%38.43%-
XYZ5.312.791.42-
YUV35.54124.31172.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=74.24%
G=3.79%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9852900.950.700.62344.5290.2920.2
Hex6251D05F463E1595a14
Octal14253501371067653113224
Binary110001010111101010111111000110111110101011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62051D;
 }
 .AnyTagClassName
 {
   color: #62051D;
 }
</style>
background-color css

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

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

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

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

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

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