Html Css Color HEX #552136 Black Rose

📋 copy color: '#552136'

red 85 ◦ green 33 ◦ blue 54

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

Shades of Black Rose #552136

Tints of Black Rose #552136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 49.42%
G = 19.19%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#552136 (or 0x552136) is known color: Black Rose. HEX triplet: 55, 21 and 36. RGB value is (85,33,54). Sum of RGB (Red+Green+Blue) = 85+33+54=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552136 is #AADEC9. Grayscale: #323232. Windows color (decimal): -11198154 or 3547477. OLE color: 3547477.

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

Color convert

RGB 85 33 54 -
CMYK 0 0.61 0.36 0.67
HSL 335.77º 0.44% 0.23% -
HSV(B) 335.77º 0.61% 0.33% -
XYZ 4.96 3.29 3.86 -
YUV 50.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 85 33 54 0 0.61 0.36 0.67 335.77 0.44 0.23
Hex 55 21 36 0 3D 24 43 150 2C 17
Octal 125 41 66 0 75 44 103 520 54 27
Binary 1010101 100001 110110 0 111101 100100 1000011 101010000 101100 10111

Color Harmonies of #552136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552136

Black with #552136

Text Example


Text Example

White with #552136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552136; }

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

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

background-color css

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

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

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

border-color css

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

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

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