#621416

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

Shades of Pohutukawa #621416

Tints of Pohutukawa #621416

Color information

#621416 (or 0x621416) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 16. RGB value is (98,20,22). Sum of RGB (Red+Green+Blue) = 98+20+22=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621416 is #9DEBE9. Grayscale: #2B2B2B. Windows color (decimal): -10349546 or 1447010. OLE color: 1447010.

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

Color convert

RGB982022-
CMYK00.800.780.62
HSL358.46º66.1%23.14%-
HSV(B)358.46º79.59%38.43%-
XYZ5.433.151.08-
YUV43.55115.84166.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=70%
G=14.29%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98202200.800.780.62358.4666.123.14
Hex6214160504E3E1664217
Octal142242601201167654610227
Binary11000101010010110010100001001110111110101100110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621416; }

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

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

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

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

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

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

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

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