Html Css Color HEX #551314 Burnt Crimson

📋 copy color: '#551314'

red 85 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #551314

Tints of Burnt Crimson #551314

RGB

 RED value IS 85 (33.59% from 255) = 68.55%

 GREEN value IS 19 (7.81% from 255) = 15.32%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 68.55%
G = 15.32%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#551314 (or 0x551314) is known color: Burnt Crimson. HEX triplet: 55, 13 and 14. RGB value is (85,19,20). Sum of RGB (Red+Green+Blue) = 85+19+20=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551314 is #AAECEB. Grayscale: #262626. Windows color (decimal): -11201772 or 1315669. OLE color: 1315669.

HSL color Cylindrical-coordinate representation of color #551314: hue angle of 359.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551314 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 20 -
CMYK 0 0.78 0.76 0.67
HSL 359.09º 0.63% 0.2% -
HSV(B) 359.09º 0.78% 0.33% -
XYZ 4.11 2.45 0.92 -
YUV 38.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 85 19 20 0 0.78 0.76 0.67 359.09 0.63 0.2
Hex 55 13 14 0 4E 4C 43 167 3F 14
Octal 125 23 24 0 116 114 103 547 77 24
Binary 1010101 10011 10100 0 1001110 1001100 1000011 101100111 111111 10100

Color Harmonies of #551314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551314

Black with #551314

Text Example


Text Example

White with #551314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551314; }

 p { color: rgb(85,19,20); }

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

background-color css

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

 a { background-color: rgb(85,19,20); }

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

border-color css

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

 span { border-color: rgb(85,19,20); }

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