#62091E

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

Shades of Pohutukawa #62091E

Tints of Pohutukawa #62091E

Color information

#62091E (or 0x62091E) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 1E. RGB value is (98,9,30). Sum of RGB (Red+Green+Blue) = 98+9+30=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #62091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091E is #9DF6E1. Grayscale: #262626. Windows color (decimal): -10352354 or 1968482. OLE color: 1968482.

HSL color Cylindrical-coordinate representation of color #62091E: hue angle of 345.84º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62091E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB98930-
CMYK00.910.690.62
HSL345.84º83.18%20.98%-
HSV(B)345.84º90.82%38.43%-
XYZ5.372.891.5-
YUV38.01123.49170.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=71.53%
G=6.57%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9893000.910.690.62345.8483.1820.98
Hex6291E05B453E15a5315
Octal142113601331057653212325
Binary1100010100111110010110111000101111110101011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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