Html Css Color HEX #57191E Burnt Crimson

📋 copy color: '#57191E'

red 87 ◦ green 25 ◦ blue 30

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

Shades of Burnt Crimson #57191E

Tints of Burnt Crimson #57191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 61.27%
G = 17.61%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57191E (or 0x57191E) is known color: Burnt Crimson. HEX triplet: 57, 19 and 1E. RGB value is (87,25,30). Sum of RGB (Red+Green+Blue) = 87+25+30=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #57191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191E is #A8E6E1. Grayscale: #2C2C2C. Windows color (decimal): -11069154 or 1972567. OLE color: 1972567.

HSL color Cylindrical-coordinate representation of color #57191E: hue angle of 355.16º 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 #57191E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 30 -
CMYK 0 0.71 0.66 0.66
HSL 355.16º 0.55% 0.22% -
HSV(B) 355.16º 0.71% 0.34% -
XYZ 4.51 2.82 1.53 -
YUV 44.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 87 25 30 0 0.71 0.66 0.66 355.16 0.55 0.22
Hex 57 19 1E 0 47 42 42 163 37 16
Octal 127 31 36 0 107 102 102 543 67 26
Binary 1010111 11001 11110 0 1000111 1000010 1000010 101100011 110111 10110

Color Harmonies of #57191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57191E

Black with #57191E

Text Example


Text Example

White with #57191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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