Html Css Color HEX #551317 Burnt Crimson

📋 copy color: '#551317'

red 85 ◦ green 19 ◦ blue 23

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

Shades of Burnt Crimson #551317

Tints of Burnt Crimson #551317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 66.93%
G = 14.96%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#551317 (or 0x551317) is known color: Burnt Crimson. HEX triplet: 55, 13 and 17. RGB value is (85,19,23). Sum of RGB (Red+Green+Blue) = 85+19+23=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551317 is #AAECE8. Grayscale: #272727. Windows color (decimal): -11201769 or 1512277. OLE color: 1512277.

HSL color Cylindrical-coordinate representation of color #551317: hue angle of 356.36º 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 #551317 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 23 -
CMYK 0 0.78 0.73 0.67
HSL 356.36º 0.63% 0.2% -
HSV(B) 356.36º 0.78% 0.33% -
XYZ 4.13 2.46 1.07 -
YUV 39.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 85 19 23 0 0.78 0.73 0.67 356.36 0.63 0.2
Hex 55 13 17 0 4E 49 43 164 3F 14
Octal 125 23 27 0 116 111 103 544 77 24
Binary 1010101 10011 10111 0 1001110 1001001 1000011 101100100 111111 10100

Color Harmonies of #551317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551317

Black with #551317

Text Example


Text Example

White with #551317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551317; }

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

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

background-color css

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

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

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

border-color css

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

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

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