#572127

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

Shades of Burnt Crimson #572127

Tints of Burnt Crimson #572127

Color information

#572127 (or 0x572127) is unknown color: approx Burnt Crimson. HEX triplet: 57, 21 and 27. RGB value is (87,33,39). Sum of RGB (Red+Green+Blue) = 87+33+39=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #572127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572127 is #A8DED8. Grayscale: #313131. Windows color (decimal): -11067097 or 2564439. OLE color: 2564439.

HSL color Cylindrical-coordinate representation of color #572127: hue angle of 353.33º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572127 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB873339-
CMYK00.620.550.66
HSL353.33º45%23.53%-
HSV(B)353.33º62.07%34.12%-
XYZ4.843.262.29-
YUV49.83121.89154.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=54.72%
G=20.75%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87333900.620.550.66353.334523.53
Hex57212703E37421612d18
Octal1274147076671025415530
Binary10101111000011001110111110110111100001010110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572127; }

 p { color: rgb(87,33,39); }

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

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

 a { background-color: rgb(87,33,39); }

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

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

 span { border-color: rgb(87,33,39); }

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