Html Css Color HEX #57191C Burnt Crimson

📋 copy color: '#57191C'

red 87 ◦ green 25 ◦ blue 28

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

Shades of Burnt Crimson #57191C

Tints of Burnt Crimson #57191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 62.14%
G = 17.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57191C (or 0x57191C) is known color: Burnt Crimson. HEX triplet: 57, 19 and 1C. RGB value is (87,25,28). Sum of RGB (Red+Green+Blue) = 87+25+28=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #57191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191C is #A8E6E3. Grayscale: #2B2B2B. Windows color (decimal): -11069156 or 1841495. OLE color: 1841495.

HSL color Cylindrical-coordinate representation of color #57191C: hue angle of 357.1º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57191C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 28 -
CMYK 0 0.71 0.68 0.66
HSL 357.1º 0.55% 0.22% -
HSV(B) 357.1º 0.71% 0.34% -
XYZ 4.49 2.81 1.4 -
YUV 43.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 87 25 28 0 0.71 0.68 0.66 357.1 0.55 0.22
Hex 57 19 1C 0 47 44 42 165 37 16
Octal 127 31 34 0 107 104 102 545 67 26
Binary 1010111 11001 11100 0 1000111 1000100 1000010 101100101 110111 10110

Color Harmonies of #57191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57191C

Black with #57191C

Text Example


Text Example

White with #57191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57191C; }

 p { color: rgb(87,25,28); }

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

background-color css

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

 a { background-color: rgb(87,25,28); }

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

border-color css

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

 span { border-color: rgb(87,25,28); }

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