Html Css Color HEX #571B1D Burnt Crimson

📋 copy color: '#571B1D'

red 87 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #571B1D

Tints of Burnt Crimson #571B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 60.84%
G = 18.88%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#571B1D (or 0x571B1D) is known color: Burnt Crimson. HEX triplet: 57, 1B and 1D. RGB value is (87,27,29). Sum of RGB (Red+Green+Blue) = 87+27+29=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B1D is #A8E4E2. Grayscale: #2D2D2D. Windows color (decimal): -11068643 or 1907543. OLE color: 1907543.

HSL color Cylindrical-coordinate representation of color #571B1D: hue angle of 358º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B1D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 29 -
CMYK 0 0.69 0.67 0.66
HSL 358º 0.53% 0.22% -
HSV(B) 358º 0.69% 0.34% -
XYZ 4.54 2.9 1.48 -
YUV 45.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 87 27 29 0 0.69 0.67 0.66 358 0.53 0.22
Hex 57 1B 1D 0 45 43 42 166 35 16
Octal 127 33 35 0 105 103 102 546 65 26
Binary 1010111 11011 11101 0 1000101 1000011 1000010 101100110 110101 10110

Color Harmonies of #571B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B1D

Black with #571B1D

Text Example


Text Example

White with #571B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571B1D; }

 p { color: rgb(87,27,29); }

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

background-color css

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

 a { background-color: rgb(87,27,29); }

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

border-color css

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

 span { border-color: rgb(87,27,29); }

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