#621D24

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

Shades of Pohutukawa #621D24

Tints of Pohutukawa #621D24

Color information

#621D24 (or 0x621D24) is unknown color: approx Pohutukawa. HEX triplet: 62, 1D and 24. RGB value is (98,29,36). Sum of RGB (Red+Green+Blue) = 98+29+36=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #621D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D24 is #9DE2DB. Grayscale: #323232. Windows color (decimal): -10347228 or 2366818. OLE color: 2366818.

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

Color convert

RGB982936-
CMYK00.700.630.62
HSL353.91º54.33%24.9%-
HSV(B)353.91º70.41%38.43%-
XYZ5.793.62.06-
YUV50.43119.86161.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=60.12%
G=17.79%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98293600.700.630.62353.9154.3324.9
Hex621D240463F3E1623619
Octal1423544010677765426631
Binary1100010111011001000100011011111111111010110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621D24; }

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

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

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

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

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

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

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

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