Html Css Color HEX #552332 Black Rose

📋 copy color: '#552332'

red 85 ◦ green 35 ◦ blue 50

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

Shades of Black Rose #552332

Tints of Black Rose #552332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 50%
G = 20.59%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#552332 (or 0x552332) is known color: Black Rose. HEX triplet: 55, 23 and 32. RGB value is (85,35,50). Sum of RGB (Red+Green+Blue) = 85+35+50=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552332 is #AADCCD. Grayscale: #333333. Windows color (decimal): -11197646 or 3285845. OLE color: 3285845.

HSL color Cylindrical-coordinate representation of color #552332: hue angle of 342º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552332 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 35 50 -
CMYK 0 0.59 0.41 0.67
HSL 342º 0.42% 0.24% -
HSV(B) 342º 0.59% 0.33% -
XYZ 4.92 3.36 3.41 -
YUV 51.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 85 35 50 0 0.59 0.41 0.67 342 0.42 0.24
Hex 55 23 32 0 3B 29 43 156 2A 18
Octal 125 43 62 0 73 51 103 526 52 30
Binary 1010101 100011 110010 0 111011 101001 1000011 101010110 101010 11000

Color Harmonies of #552332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552332

Black with #552332

Text Example


Text Example

White with #552332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552332; }

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

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

background-color css

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

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

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

border-color css

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

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

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