Html Css Color HEX #572329 Burnt Crimson

📋 copy color: '#572329'

red 87 ◦ green 35 ◦ blue 41

#572329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #572329

Tints of Burnt Crimson #572329

RGB

 RED value IS 87 (34.38% from 255) = 53.37%

 GREEN value IS 35 (14.06% from 255) = 21.47%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 53.37%
G = 21.47%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#572329 (or 0x572329) is known color: Burnt Crimson. HEX triplet: 57, 23 and 29. RGB value is (87,35,41). Sum of RGB (Red+Green+Blue) = 87+35+41=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #572329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572329 is #A8DCD6. Grayscale: #333333. Windows color (decimal): -11066583 or 2696023. OLE color: 2696023.

HSL color Cylindrical-coordinate representation of color #572329: hue angle of 353.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572329 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 41 -
CMYK 0 0.60 0.53 0.66
HSL 353.08º 0.43% 0.24% -
HSV(B) 353.08º 0.6% 0.34% -
XYZ 4.93 3.39 2.49 -
YUV 51.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 87 35 41 0 0.60 0.53 0.66 353.08 0.43 0.24
Hex 57 23 29 0 3C 35 42 161 2B 18
Octal 127 43 51 0 74 65 102 541 53 30
Binary 1010111 100011 101001 0 111100 110101 1000010 101100001 101011 11000

Color Harmonies of #572329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572329

Black with #572329

Text Example


Text Example

White with #572329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572329; }

 p { color: rgb(87,35,41); }

 H1.HeaderClassName
 {
   color: #572329;
 }
 .AnyTagClassName
 {
   color: #572329;
 }
</style>

background-color css

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

 a { background-color: rgb(87,35,41); }

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

border-color css

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

 span { border-color: rgb(87,35,41); }

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