Html Css Color HEX #551E26 Burnt Crimson

📋 copy color: '#551E26'

red 85 ◦ green 30 ◦ blue 38

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

Shades of Burnt Crimson #551E26

Tints of Burnt Crimson #551E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 55.56%
G = 19.61%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551E26 (or 0x551E26) is known color: Burnt Crimson. HEX triplet: 55, 1E and 26. RGB value is (85,30,38). Sum of RGB (Red+Green+Blue) = 85+30+38=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E26 is #AAE1D9. Grayscale: #2F2F2F. Windows color (decimal): -11198938 or 2498133. OLE color: 2498133.

HSL color Cylindrical-coordinate representation of color #551E26: hue angle of 351.27º 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 #551E26 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 38 -
CMYK 0 0.65 0.55 0.67
HSL 351.27º 0.48% 0.23% -
HSV(B) 351.27º 0.65% 0.33% -
XYZ 4.56 3 2.17 -
YUV 47.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 85 30 38 0 0.65 0.55 0.67 351.27 0.48 0.23
Hex 55 1E 26 0 41 37 43 15F 30 17
Octal 125 36 46 0 101 67 103 537 60 27
Binary 1010101 11110 100110 0 1000001 110111 1000011 101011111 110000 10111

Color Harmonies of #551E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E26

Black with #551E26

Text Example


Text Example

White with #551E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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