Html Css Color HEX #552225 Burnt Crimson

📋 copy color: '#552225'

red 85 ◦ green 34 ◦ blue 37

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

Shades of Burnt Crimson #552225

Tints of Burnt Crimson #552225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 54.49%
G = 21.79%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#552225 (or 0x552225) is known color: Burnt Crimson. HEX triplet: 55, 22 and 25. RGB value is (85,34,37). Sum of RGB (Red+Green+Blue) = 85+34+37=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552225 is #AADDDA. Grayscale: #313131. Windows color (decimal): -11197915 or 2433621. OLE color: 2433621.

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

Color convert

RGB 85 34 37 -
CMYK 0 0.60 0.56 0.67
HSL 356.47º 0.43% 0.23% -
HSV(B) 356.47º 0.6% 0.33% -
XYZ 4.65 3.21 2.12 -
YUV 49.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 85 34 37 0 0.60 0.56 0.67 356.47 0.43 0.23
Hex 55 22 25 0 3C 38 43 164 2B 17
Octal 125 42 45 0 74 70 103 544 53 27
Binary 1010101 100010 100101 0 111100 111000 1000011 101100100 101011 10111

Color Harmonies of #552225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552225

Black with #552225

Text Example


Text Example

White with #552225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552225; }

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

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

background-color css

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

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

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

border-color css

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

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

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