Html Css Color HEX #552133 Black Rose

📋 copy color: '#552133'

red 85 ◦ green 33 ◦ blue 51

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

Shades of Black Rose #552133

Tints of Black Rose #552133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 50.3%
G = 19.53%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#552133 (or 0x552133) is known color: Black Rose. HEX triplet: 55, 21 and 33. RGB value is (85,33,51). Sum of RGB (Red+Green+Blue) = 85+33+51=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552133 is #AADECC. Grayscale: #323232. Windows color (decimal): -11198157 or 3350869. OLE color: 3350869.

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

Color convert

RGB 85 33 51 -
CMYK 0 0.61 0.40 0.67
HSL 339.23º 0.44% 0.23% -
HSV(B) 339.23º 0.61% 0.33% -
XYZ 4.89 3.26 3.5 -
YUV 50.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 85 33 51 0 0.61 0.40 0.67 339.23 0.44 0.23
Hex 55 21 33 0 3D 28 43 153 2C 17
Octal 125 41 63 0 75 50 103 523 54 27
Binary 1010101 100001 110011 0 111101 101000 1000011 101010011 101100 10111

Color Harmonies of #552133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552133

Black with #552133

Text Example


Text Example

White with #552133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552133; }

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

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

background-color css

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

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

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

border-color css

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

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

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