Html Css Color HEX #552025 Burnt Crimson

📋 copy color: '#552025'

red 85 ◦ green 32 ◦ blue 37

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

Shades of Burnt Crimson #552025

Tints of Burnt Crimson #552025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

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

R = 55.19%
G = 20.78%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#552025 (or 0x552025) is known color: Burnt Crimson. HEX triplet: 55, 20 and 25. RGB value is (85,32,37). Sum of RGB (Red+Green+Blue) = 85+32+37=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #552025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552025 is #AADFDA. Grayscale: #303030. Windows color (decimal): -11198427 or 2433109. OLE color: 2433109.

HSL color Cylindrical-coordinate representation of color #552025: hue angle of 354.34º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552025 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 37 -
CMYK 0 0.62 0.56 0.67
HSL 354.34º 0.45% 0.23% -
HSV(B) 354.34º 0.62% 0.33% -
XYZ 4.6 3.1 2.11 -
YUV 48.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 85 32 37 0 0.62 0.56 0.67 354.34 0.45 0.23
Hex 55 20 25 0 3E 38 43 162 2D 17
Octal 125 40 45 0 76 70 103 542 55 27
Binary 1010101 100000 100101 0 111110 111000 1000011 101100010 101101 10111

Color Harmonies of #552025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552025

Black with #552025

Text Example


Text Example

White with #552025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552025; }

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

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

background-color css

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

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

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

border-color css

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

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

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