#621318

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

Shades of Pohutukawa #621318

Tints of Pohutukawa #621318

Color information

#621318 (or 0x621318) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 18. RGB value is (98,19,24). Sum of RGB (Red+Green+Blue) = 98+19+24=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621318 is #9DECE7. Grayscale: #2B2B2B. Windows color (decimal): -10349800 or 1577826. OLE color: 1577826.

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

Color convert

RGB981924-
CMYK00.810.760.62
HSL356.2º67.52%22.94%-
HSV(B)356.2º80.61%38.43%-
XYZ5.433.131.18-
YUV43.19117.17167.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=69.50%
G=13.48%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192400.810.760.62356.267.5222.94
Hex6213180514C3E1644417
Octal142233001211147654410427
Binary11000101001111000010100011001100111110101100100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621318; }

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

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

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

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

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

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

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

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