Html Css Color HEX #56191E Burnt Crimson

📋 copy color: '#56191E'

red 86 ◦ green 25 ◦ blue 30

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

Shades of Burnt Crimson #56191E

Tints of Burnt Crimson #56191E

RGB

 RED value IS 86 (33.98% from 255) = 60.99%

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

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

R = 60.99%
G = 17.73%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56191E (or 0x56191E) is known color: Burnt Crimson. HEX triplet: 56, 19 and 1E. RGB value is (86,25,30). Sum of RGB (Red+Green+Blue) = 86+25+30=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #56191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56191E is #A9E6E1. Grayscale: #2B2B2B. Windows color (decimal): -11134690 or 1972566. OLE color: 1972566.

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

Color convert

RGB 86 25 30 -
CMYK 0 0.71 0.65 0.66
HSL 355.08º 0.55% 0.22% -
HSV(B) 355.08º 0.71% 0.34% -
XYZ 4.42 2.77 1.53 -
YUV 43.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 86 25 30 0 0.71 0.65 0.66 355.08 0.55 0.22
Hex 56 19 1E 0 47 41 42 163 37 16
Octal 126 31 36 0 107 101 102 543 67 26
Binary 1010110 11001 11110 0 1000111 1000001 1000010 101100011 110111 10110

Color Harmonies of #56191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56191E

Black with #56191E

Text Example


Text Example

White with #56191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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