#621016

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

Shades of Pohutukawa #621016

Tints of Pohutukawa #621016

Color information

#621016 (or 0x621016) is unknown color: approx Pohutukawa. HEX triplet: 62, 10 and 16. RGB value is (98,16,22). Sum of RGB (Red+Green+Blue) = 98+16+22=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621016 is #9DEFE9. Grayscale: #292929. Windows color (decimal): -10350570 or 1445986. OLE color: 1445986.

HSL color Cylindrical-coordinate representation of color #621016: hue angle of 355.61º 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 #621016 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB981622-
CMYK00.840.780.62
HSL355.61º71.93%22.35%-
HSV(B)355.61º83.67%38.43%-
XYZ5.373.031.06-
YUV41.2117.17168.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=72.06%
G=11.76%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98162200.840.780.62355.6171.9322.35
Hex6210160544E3E1644816
Octal142202601241167654411026
Binary11000101000010110010101001001110111110101100100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621016; }

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

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

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

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

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

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

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

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