Html Css Color HEX #551416 Burnt Crimson

📋 copy color: '#551416'

red 85 ◦ green 20 ◦ blue 22

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

Shades of Burnt Crimson #551416

Tints of Burnt Crimson #551416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 66.93%
G = 15.75%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#551416 (or 0x551416) is known color: Burnt Crimson. HEX triplet: 55, 14 and 16. RGB value is (85,20,22). Sum of RGB (Red+Green+Blue) = 85+20+22=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551416 is #AAEBE9. Grayscale: #272727. Windows color (decimal): -11201514 or 1446997. OLE color: 1446997.

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

Color convert

RGB 85 20 22 -
CMYK 0 0.76 0.74 0.67
HSL 358.15º 0.62% 0.21% -
HSV(B) 358.15º 0.76% 0.33% -
XYZ 4.14 2.49 1.02 -
YUV 39.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 85 20 22 0 0.76 0.74 0.67 358.15 0.62 0.21
Hex 55 14 16 0 4C 4A 43 166 3E 15
Octal 125 24 26 0 114 112 103 546 76 25
Binary 1010101 10100 10110 0 1001100 1001010 1000011 101100110 111110 10101

Color Harmonies of #551416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551416

Black with #551416

Text Example


Text Example

White with #551416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551416; }

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

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

background-color css

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

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

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

border-color css

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

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

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