Html Css Color HEX #552037 Black Rose

📋 copy color: '#552037'

red 85 ◦ green 32 ◦ blue 55

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

Shades of Black Rose #552037

Tints of Black Rose #552037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 49.42%
G = 18.6%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552037 (or 0x552037) is known color: Black Rose. HEX triplet: 55, 20 and 37. RGB value is (85,32,55). Sum of RGB (Red+Green+Blue) = 85+32+55=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552037 is #AADFC8. Grayscale: #323232. Windows color (decimal): -11198409 or 3612757. OLE color: 3612757.

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

Color convert

RGB 85 32 55 -
CMYK 0 0.62 0.35 0.67
HSL 333.96º 0.45% 0.23% -
HSV(B) 333.96º 0.62% 0.33% -
XYZ 4.95 3.24 3.98 -
YUV 50.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 85 32 55 0 0.62 0.35 0.67 333.96 0.45 0.23
Hex 55 20 37 0 3E 23 43 14E 2D 17
Octal 125 40 67 0 76 43 103 516 55 27
Binary 1010101 100000 110111 0 111110 100011 1000011 101001110 101101 10111

Color Harmonies of #552037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552037

Black with #552037

Text Example


Text Example

White with #552037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552037; }

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

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

background-color css

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

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

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

border-color css

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

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

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