#62051A

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

Shades of Pohutukawa #62051A

Tints of Pohutukawa #62051A

Color information

#62051A (or 0x62051A) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 1A. RGB value is (98,5,26). Sum of RGB (Red+Green+Blue) = 98+5+26=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62051A is #9DFAE5. Grayscale: #232323. Windows color (decimal): -10353382 or 1705314. OLE color: 1705314.

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

Color convert

RGB98526-
CMYK00.950.730.62
HSL346.45º90.29%20.2%-
HSV(B)346.45º94.9%38.43%-
XYZ5.282.781.24-
YUV35.2122.81172.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=75.97%
G=3.88%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9852600.950.730.62346.4590.2920.2
Hex6251A05F493E15a5a14
Octal14253201371117653213224
Binary110001010111010010111111001001111110101011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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