#621324

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

Shades of Pohutukawa #621324

Tints of Pohutukawa #621324

Color information

#621324 (or 0x621324) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 24. RGB value is (98,19,36). Sum of RGB (Red+Green+Blue) = 98+19+36=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621324 is #9DECDB. Grayscale: #2C2C2C. Windows color (decimal): -10349788 or 2364258. OLE color: 2364258.

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

Color convert

RGB981936-
CMYK00.810.630.62
HSL347.09º67.52%22.94%-
HSV(B)347.09º80.61%38.43%-
XYZ5.593.191.99-
YUV44.56123.17166.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=64.05%
G=12.42%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98193600.810.630.62347.0967.5222.94
Hex6213240513F3E15b4417
Octal14223440121777653310427
Binary11000101001110010001010001111111111110101011011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621324; }

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

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

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

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

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

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

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

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