Html Css Color HEX #552135 Black Rose

📋 copy color: '#552135'

red 85 ◦ green 33 ◦ blue 53

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

Shades of Black Rose #552135

Tints of Black Rose #552135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 49.71%
G = 19.3%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#552135 (or 0x552135) is known color: Black Rose. HEX triplet: 55, 21 and 35. RGB value is (85,33,53). Sum of RGB (Red+Green+Blue) = 85+33+53=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552135 is #AADECA. Grayscale: #323232. Windows color (decimal): -11198155 or 3481941. OLE color: 3481941.

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

Color convert

RGB 85 33 53 -
CMYK 0 0.61 0.38 0.67
HSL 336.92º 0.44% 0.23% -
HSV(B) 336.92º 0.61% 0.33% -
XYZ 4.93 3.28 3.74 -
YUV 50.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 85 33 53 0 0.61 0.38 0.67 336.92 0.44 0.23
Hex 55 21 35 0 3D 26 43 151 2C 17
Octal 125 41 65 0 75 46 103 521 54 27
Binary 1010101 100001 110101 0 111101 100110 1000011 101010001 101100 10111

Color Harmonies of #552135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552135

Black with #552135

Text Example


Text Example

White with #552135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552135; }

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

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

background-color css

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

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

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

border-color css

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

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

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