Html Css Color HEX #551C21 Burnt Crimson

📋 copy color: '#551C21'

red 85 ◦ green 28 ◦ blue 33

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

Shades of Burnt Crimson #551C21

Tints of Burnt Crimson #551C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.18%

 BLUE value IS 33 (13.28% from 255) = 22.6%

R = 58.22%
G = 19.18%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#551C21 (or 0x551C21) is known color: Burnt Crimson. HEX triplet: 55, 1C and 21. RGB value is (85,28,33). Sum of RGB (Red+Green+Blue) = 85+28+33=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C21 is #AAE3DE. Grayscale: #2D2D2D. Windows color (decimal): -11199455 or 2169941. OLE color: 2169941.

HSL color Cylindrical-coordinate representation of color #551C21: hue angle of 354.74º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C21 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 28 33 -
CMYK 0 0.67 0.61 0.67
HSL 354.74º 0.5% 0.22% -
HSV(B) 354.74º 0.67% 0.33% -
XYZ 4.44 2.87 1.76 -
YUV 45.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 85 28 33 0 0.67 0.61 0.67 354.74 0.5 0.22
Hex 55 1C 21 0 43 3D 43 163 32 16
Octal 125 34 41 0 103 75 103 543 62 26
Binary 1010101 11100 100001 0 1000011 111101 1000011 101100011 110010 10110

Color Harmonies of #551C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C21

Black with #551C21

Text Example


Text Example

White with #551C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C21; }

 p { color: rgb(85,28,33); }

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

background-color css

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

 a { background-color: rgb(85,28,33); }

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

border-color css

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

 span { border-color: rgb(85,28,33); }

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