Html Css Color HEX #551C23 Burnt Crimson

📋 copy color: '#551C23'

red 85 ◦ green 28 ◦ blue 35

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

Shades of Burnt Crimson #551C23

Tints of Burnt Crimson #551C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.65%

R = 57.43%
G = 18.92%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#551C23 (or 0x551C23) is known color: Burnt Crimson. HEX triplet: 55, 1C and 23. RGB value is (85,28,35). Sum of RGB (Red+Green+Blue) = 85+28+35=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C23 is #AAE3DC. Grayscale: #2D2D2D. Windows color (decimal): -11199453 or 2301013. OLE color: 2301013.

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

Color convert

RGB 85 28 35 -
CMYK 0 0.67 0.59 0.67
HSL 352.63º 0.5% 0.22% -
HSV(B) 352.63º 0.67% 0.33% -
XYZ 4.46 2.88 1.91 -
YUV 45.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 85 28 35 0 0.67 0.59 0.67 352.63 0.5 0.22
Hex 55 1C 23 0 43 3B 43 161 32 16
Octal 125 34 43 0 103 73 103 541 62 26
Binary 1010101 11100 100011 0 1000011 111011 1000011 101100001 110010 10110

Color Harmonies of #551C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C23

Black with #551C23

Text Example


Text Example

White with #551C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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