#62051E

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

Shades of Pohutukawa #62051E

Tints of Pohutukawa #62051E

Color information

#62051E (or 0x62051E) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 1E. RGB value is (98,5,30). Sum of RGB (Red+Green+Blue) = 98+5+30=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62051E is #9DFAE1. Grayscale: #232323. Windows color (decimal): -10353378 or 1967458. OLE color: 1967458.

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

Color convert

RGB98530-
CMYK00.950.690.62
HSL343.87º90.29%20.2%-
HSV(B)343.87º94.9%38.43%-
XYZ5.332.81.49-
YUV35.66124.81172.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=73.68%
G=3.76%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9853000.950.690.62343.8790.2920.2
Hex6251E05F453E1585a14
Octal14253601371057653013224
Binary110001010111110010111111000101111110101011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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