#62101E

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

Shades of Pohutukawa #62101E

Tints of Pohutukawa #62101E

Color information

#62101E (or 0x62101E) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 1E. RGB value is (98,16,30). Sum of RGB (Red+Green+Blue) = 98+16+30=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #62101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62101E is #9DEFE1. Grayscale: #2A2A2A. Windows color (decimal): -10350562 or 1970274. OLE color: 1970274.

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

Color convert

RGB981630-
CMYK00.840.690.62
HSL349.76º71.93%22.35%-
HSV(B)349.76º83.67%38.43%-
XYZ5.463.061.53-
YUV42.11121.17167.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=68.06%
G=11.11%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98163000.840.690.62349.7671.9322.35
Hex62101E054453E15e4816
Octal142203601241057653611026
Binary11000101000011110010101001000101111110101011110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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