#621218

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

Shades of Pohutukawa #621218

Tints of Pohutukawa #621218

Color information

#621218 (or 0x621218) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 18. RGB value is (98,18,24). Sum of RGB (Red+Green+Blue) = 98+18+24=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621218 is #9DEDE7. Grayscale: #2A2A2A. Windows color (decimal): -10350056 or 1577570. OLE color: 1577570.

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

Color convert

RGB981824-
CMYK00.820.760.62
HSL355.5º68.97%22.75%-
HSV(B)355.5º81.63%38.43%-
XYZ5.423.11.18-
YUV42.6117.5167.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=70%
G=12.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98182400.820.760.62355.568.9722.75
Hex6212180524C3E1644517
Octal142223001221147654410527
Binary11000101001011000010100101001100111110101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621218; }

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

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

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

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

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

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

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

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