#5C1224

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

Shades of Pohutukawa #5C1224

Tints of Pohutukawa #5C1224

Color information

#5C1224 (or 0x5C1224) is unknown color: approx Pohutukawa. HEX triplet: 5C, 12 and 24. RGB value is (92,18,36). Sum of RGB (Red+Green+Blue) = 92+18+36=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1224 is #A3EDDB. Grayscale: #2A2A2A. Windows color (decimal): -10743260 or 2363996. OLE color: 2363996.

HSL color Cylindrical-coordinate representation of color #5C1224: hue angle of 345.41º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1224 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB921836-
CMYK00.800.610.64
HSL345.41º67.27%21.57%-
HSV(B)345.41º80.43%36.08%-
XYZ4.952.841.96-
YUV42.18124.52163.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.01%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=63.01%
G=12.33%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92183600.800.610.64345.4167.2721.57
Hex5C12240503D401594316
Octal134224401207510053110326
Binary101110010010100100010100001111011000000101011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C1224; }

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

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

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

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

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

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

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

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