#622024

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

Shades of Pohutukawa #622024

Tints of Pohutukawa #622024

Color information

#622024 (or 0x622024) is unknown color: approx Pohutukawa. HEX triplet: 62, 20 and 24. RGB value is (98,32,36). Sum of RGB (Red+Green+Blue) = 98+32+36=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622024 is #9DDFDB. Grayscale: #343434. Windows color (decimal): -10346460 or 2367586. OLE color: 2367586.

HSL color Cylindrical-coordinate representation of color #622024: hue angle of 356.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622024 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB983236-
CMYK00.670.630.62
HSL356.36º50.77%25.49%-
HSV(B)356.36º67.35%38.43%-
XYZ5.873.762.08-
YUV52.19118.87160.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=59.04%
G=19.28%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98323600.670.630.62356.3650.7725.49
Hex6220240433F3E1643319
Octal1424044010377765446331
Binary11000101000001001000100001111111111111010110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622024; }

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

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

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

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

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

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

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

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