#621F24

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

Shades of Pohutukawa #621F24

Tints of Pohutukawa #621F24

Color information

#621F24 (or 0x621F24) is unknown color: approx Pohutukawa. HEX triplet: 62, 1F and 24. RGB value is (98,31,36). Sum of RGB (Red+Green+Blue) = 98+31+36=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F24 is #9DE0DB. Grayscale: #333333. Windows color (decimal): -10346716 or 2367330. OLE color: 2367330.

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

Color convert

RGB983136-
CMYK00.680.630.62
HSL355.52º51.94%25.29%-
HSV(B)355.52º68.37%38.43%-
XYZ5.853.72.08-
YUV51.6119.2161.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=59.39%
G=18.79%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98313600.680.630.62355.5251.9425.29
Hex621F240443F3E1643419
Octal1423744010477765446431
Binary1100010111111001000100010011111111111010110010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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