Html Css Color HEX #552224 Burnt Crimson

📋 copy color: '#552224'

red 85 ◦ green 34 ◦ blue 36

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

Shades of Burnt Crimson #552224

Tints of Burnt Crimson #552224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 54.84%
G = 21.94%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#552224 (or 0x552224) is known color: Burnt Crimson. HEX triplet: 55, 22 and 24. RGB value is (85,34,36). Sum of RGB (Red+Green+Blue) = 85+34+36=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552224 is #AADDDB. Grayscale: #313131. Windows color (decimal): -11197916 or 2368085. OLE color: 2368085.

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

Color convert

RGB 85 34 36 -
CMYK 0 0.60 0.58 0.67
HSL 357.65º 0.43% 0.23% -
HSV(B) 357.65º 0.6% 0.33% -
XYZ 4.64 3.2 2.04 -
YUV 49.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 85 34 36 0 0.60 0.58 0.67 357.65 0.43 0.23
Hex 55 22 24 0 3C 3A 43 166 2B 17
Octal 125 42 44 0 74 72 103 546 53 27
Binary 1010101 100010 100100 0 111100 111010 1000011 101100110 101011 10111

Color Harmonies of #552224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552224

Black with #552224

Text Example


Text Example

White with #552224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552224; }

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

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

background-color css

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

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

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

border-color css

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

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

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