#621116

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

Shades of Pohutukawa #621116

Tints of Pohutukawa #621116

Color information

#621116 (or 0x621116) is unknown color: approx Pohutukawa. HEX triplet: 62, 11 and 16. RGB value is (98,17,22). Sum of RGB (Red+Green+Blue) = 98+17+22=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621116 is #9DEEE9. Grayscale: #292929. Windows color (decimal): -10350314 or 1446242. OLE color: 1446242.

HSL color Cylindrical-coordinate representation of color #621116: hue angle of 356.3º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621116 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB981722-
CMYK00.830.780.62
HSL356.3º70.43%22.55%-
HSV(B)356.3º82.65%38.43%-
XYZ5.383.061.07-
YUV41.79116.84168.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=71.53%
G=12.41%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98172200.830.780.62356.370.4322.55
Hex6211160534E3E1644617
Octal142212601231167654410627
Binary11000101000110110010100111001110111110101100100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621116; }

 p { color: rgb(98,17,22); }

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

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

 a { background-color: rgb(98,17,22); }

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

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

 span { border-color: rgb(98,17,22); }

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