#5C1524

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

Shades of Pohutukawa #5C1524

Tints of Pohutukawa #5C1524

Color information

#5C1524 (or 0x5C1524) is unknown color: approx Pohutukawa. HEX triplet: 5C, 15 and 24. RGB value is (92,21,36). Sum of RGB (Red+Green+Blue) = 92+21+36=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1524 is #A3EADB. Grayscale: #2B2B2B. Windows color (decimal): -10742492 or 2364764. OLE color: 2364764.

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

Color convert

RGB922136-
CMYK00.770.610.64
HSL347.32º62.83%22.16%-
HSV(B)347.32º77.17%36.08%-
XYZ52.941.97-
YUV43.94123.52162.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 61.74%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=61.74%
G=14.09%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92213600.770.610.64347.3262.8322.16
Hex5C152404D3D4015b3f16
Octal13425440115751005337726
Binary10111001010110010001001101111101100000010101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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