Html Css Color HEX #57191A Burnt Crimson

📋 copy color: '#57191A'

red 87 ◦ green 25 ◦ blue 26

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

Shades of Burnt Crimson #57191A

Tints of Burnt Crimson #57191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 63.04%
G = 18.12%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57191A (or 0x57191A) is known color: Burnt Crimson. HEX triplet: 57, 19 and 1A. RGB value is (87,25,26). Sum of RGB (Red+Green+Blue) = 87+25+26=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191A is #A8E6E5. Grayscale: #2B2B2B. Windows color (decimal): -11069158 or 1710423. OLE color: 1710423.

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

Color convert

RGB 87 25 26 -
CMYK 0 0.71 0.70 0.66
HSL 359.03º 0.55% 0.22% -
HSV(B) 359.03º 0.71% 0.34% -
XYZ 4.46 2.8 1.28 -
YUV 43.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 87 25 26 0 0.71 0.70 0.66 359.03 0.55 0.22
Hex 57 19 1A 0 47 46 42 167 37 16
Octal 127 31 32 0 107 106 102 547 67 26
Binary 1010111 11001 11010 0 1000111 1000110 1000010 101100111 110111 10110

Color Harmonies of #57191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57191A

Black with #57191A

Text Example


Text Example

White with #57191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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