Html Css Color HEX #551E22 Burnt Crimson

📋 copy color: '#551E22'

red 85 ◦ green 30 ◦ blue 34

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

Shades of Burnt Crimson #551E22

Tints of Burnt Crimson #551E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 57.05%
G = 20.13%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#551E22 (or 0x551E22) is known color: Burnt Crimson. HEX triplet: 55, 1E and 22. RGB value is (85,30,34). Sum of RGB (Red+Green+Blue) = 85+30+34=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E22 is #AAE1DD. Grayscale: #2E2E2E. Windows color (decimal): -11198942 or 2235989. OLE color: 2235989.

HSL color Cylindrical-coordinate representation of color #551E22: hue angle of 355.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E22 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 34 -
CMYK 0 0.65 0.60 0.67
HSL 355.64º 0.48% 0.23% -
HSV(B) 355.64º 0.65% 0.33% -
XYZ 4.5 2.98 1.85 -
YUV 46.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 85 30 34 0 0.65 0.60 0.67 355.64 0.48 0.23
Hex 55 1E 22 0 41 3C 43 164 30 17
Octal 125 36 42 0 101 74 103 544 60 27
Binary 1010101 11110 100010 0 1000001 111100 1000011 101100100 110000 10111

Color Harmonies of #551E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E22

Black with #551E22

Text Example


Text Example

White with #551E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,34); }

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

background-color css

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

 a { background-color: rgb(85,30,34); }

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

border-color css

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

 span { border-color: rgb(85,30,34); }

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