Html Css Color HEX #551516 Burnt Crimson

📋 copy color: '#551516'

red 85 ◦ green 21 ◦ blue 22

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

Shades of Burnt Crimson #551516

Tints of Burnt Crimson #551516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 66.41%
G = 16.41%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#551516 (or 0x551516) is known color: Burnt Crimson. HEX triplet: 55, 15 and 16. RGB value is (85,21,22). Sum of RGB (Red+Green+Blue) = 85+21+22=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551516 is #AAEAE9. Grayscale: #282828. Windows color (decimal): -11201258 or 1447253. OLE color: 1447253.

HSL color Cylindrical-coordinate representation of color #551516: hue angle of 359.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551516 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 22 -
CMYK 0 0.75 0.74 0.67
HSL 359.06º 0.6% 0.21% -
HSV(B) 359.06º 0.75% 0.33% -
XYZ 4.16 2.53 1.03 -
YUV 40.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 85 21 22 0 0.75 0.74 0.67 359.06 0.6 0.21
Hex 55 15 16 0 4B 4A 43 167 3C 15
Octal 125 25 26 0 113 112 103 547 74 25
Binary 1010101 10101 10110 0 1001011 1001010 1000011 101100111 111100 10101

Color Harmonies of #551516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551516

Black with #551516

Text Example


Text Example

White with #551516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551516; }

 p { color: rgb(85,21,22); }

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

background-color css

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

 a { background-color: rgb(85,21,22); }

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

border-color css

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

 span { border-color: rgb(85,21,22); }

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