Html Css Color HEX #552137 Black Rose

📋 copy color: '#552137'

red 85 ◦ green 33 ◦ blue 55

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

Shades of Black Rose #552137

Tints of Black Rose #552137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 49.13%
G = 19.08%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552137 (or 0x552137) is known color: Black Rose. HEX triplet: 55, 21 and 37. RGB value is (85,33,55). Sum of RGB (Red+Green+Blue) = 85+33+55=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552137 is #AADEC8. Grayscale: #333333. Windows color (decimal): -11198153 or 3613013. OLE color: 3613013.

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

Color convert

RGB 85 33 55 -
CMYK 0 0.61 0.35 0.67
HSL 334.62º 0.44% 0.23% -
HSV(B) 334.62º 0.61% 0.33% -
XYZ 4.98 3.29 3.99 -
YUV 51.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 85 33 55 0 0.61 0.35 0.67 334.62 0.44 0.23
Hex 55 21 37 0 3D 23 43 14F 2C 17
Octal 125 41 67 0 75 43 103 517 54 27
Binary 1010101 100001 110111 0 111101 100011 1000011 101001111 101100 10111

Color Harmonies of #552137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552137

Black with #552137

Text Example


Text Example

White with #552137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552137; }

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

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

background-color css

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

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

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

border-color css

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

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

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