#621216

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

Shades of Pohutukawa #621216

Tints of Pohutukawa #621216

Color information

#621216 (or 0x621216) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 16. RGB value is (98,18,22). Sum of RGB (Red+Green+Blue) = 98+18+22=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621216 is #9DEDE9. Grayscale: #2A2A2A. Windows color (decimal): -10350058 or 1446498. OLE color: 1446498.

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

Color convert

RGB981822-
CMYK00.820.780.62
HSL357º68.97%22.75%-
HSV(B)357º81.63%38.43%-
XYZ5.43.091.07-
YUV42.38116.5167.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=71.01%
G=13.04%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98182200.820.780.6235768.9722.75
Hex6212160524E3E1654517
Octal142222601221167654510527
Binary11000101001010110010100101001110111110101100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621216; }

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

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

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

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

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

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

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

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