Html Css Color HEX #552736 Black Rose

📋 copy color: '#552736'

red 85 ◦ green 39 ◦ blue 54

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

Shades of Black Rose #552736

Tints of Black Rose #552736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 47.75%
G = 21.91%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#552736 (or 0x552736) is known color: Black Rose. HEX triplet: 55, 27 and 36. RGB value is (85,39,54). Sum of RGB (Red+Green+Blue) = 85+39+54=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552736 is #AAD8C9. Grayscale: #363636. Windows color (decimal): -11196618 or 3549013. OLE color: 3549013.

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

Color convert

RGB 85 39 54 -
CMYK 0 0.54 0.36 0.67
HSL 340.43º 0.37% 0.24% -
HSV(B) 340.43º 0.54% 0.33% -
XYZ 5.14 3.65 3.92 -
YUV 54.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 85 39 54 0 0.54 0.36 0.67 340.43 0.37 0.24
Hex 55 27 36 0 36 24 43 154 25 18
Octal 125 47 66 0 66 44 103 524 45 30
Binary 1010101 100111 110110 0 110110 100100 1000011 101010100 100101 11000

Color Harmonies of #552736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552736

Black with #552736

Text Example


Text Example

White with #552736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552736; }

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

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

background-color css

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

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

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

border-color css

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

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

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