#621224

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

Shades of Pohutukawa #621224

Tints of Pohutukawa #621224

Color information

#621224 (or 0x621224) is unknown color: approx Pohutukawa. HEX triplet: 62, 12 and 24. RGB value is (98,18,36). Sum of RGB (Red+Green+Blue) = 98+18+36=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621224 is #9DEDDB. Grayscale: #2B2B2B. Windows color (decimal): -10350044 or 2364002. OLE color: 2364002.

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

Color convert

RGB981836-
CMYK00.820.630.62
HSL346.5º68.97%22.75%-
HSV(B)346.5º81.63%38.43%-
XYZ5.573.161.98-
YUV43.97123.5166.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=64.47%
G=11.84%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98183600.820.630.62346.568.9722.75
Hex6212240523F3E15a4517
Octal14222440122777653210527
Binary11000101001010010001010010111111111110101011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621224; }

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

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

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

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

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

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

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

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