Html Css Color HEX #552229 Burnt Crimson

📋 copy color: '#552229'

red 85 ◦ green 34 ◦ blue 41

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

Shades of Burnt Crimson #552229

Tints of Burnt Crimson #552229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.25%

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 53.13%
G = 21.25%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552229 (or 0x552229) is known color: Burnt Crimson. HEX triplet: 55, 22 and 29. RGB value is (85,34,41). Sum of RGB (Red+Green+Blue) = 85+34+41=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552229 is #AADDD6. Grayscale: #323232. Windows color (decimal): -11197911 or 2695765. OLE color: 2695765.

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

Color convert

RGB 85 34 41 -
CMYK 0 0.60 0.52 0.67
HSL 351.76º 0.43% 0.23% -
HSV(B) 351.76º 0.6% 0.33% -
XYZ 4.72 3.24 2.47 -
YUV 50.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 85 34 41 0 0.60 0.52 0.67 351.76 0.43 0.23
Hex 55 22 29 0 3C 34 43 160 2B 17
Octal 125 42 51 0 74 64 103 540 53 27
Binary 1010101 100010 101001 0 111100 110100 1000011 101100000 101011 10111

Color Harmonies of #552229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552229

Black with #552229

Text Example


Text Example

White with #552229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552229; }

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

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

background-color css

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

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

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

border-color css

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

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

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