Html Css Color HEX #552032 Black Rose

📋 copy color: '#552032'

red 85 ◦ green 32 ◦ blue 50

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

Shades of Black Rose #552032

Tints of Black Rose #552032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 50.9%
G = 19.16%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#552032 (or 0x552032) is known color: Black Rose. HEX triplet: 55, 20 and 32. RGB value is (85,32,50). Sum of RGB (Red+Green+Blue) = 85+32+50=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552032 is #AADFCD. Grayscale: #313131. Windows color (decimal): -11198414 or 3285077. OLE color: 3285077.

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

Color convert

RGB 85 32 50 -
CMYK 0 0.62 0.41 0.67
HSL 339.62º 0.45% 0.23% -
HSV(B) 339.62º 0.62% 0.33% -
XYZ 4.84 3.19 3.38 -
YUV 49.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 85 32 50 0 0.62 0.41 0.67 339.62 0.45 0.23
Hex 55 20 32 0 3E 29 43 154 2D 17
Octal 125 40 62 0 76 51 103 524 55 27
Binary 1010101 100000 110010 0 111110 101001 1000011 101010100 101101 10111

Color Harmonies of #552032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552032

Black with #552032

Text Example


Text Example

White with #552032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552032; }

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

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

background-color css

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

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

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

border-color css

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

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

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