Html Css Color HEX #552636 Black Rose

📋 copy color: '#552636'

red 85 ◦ green 38 ◦ blue 54

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

Shades of Black Rose #552636

Tints of Black Rose #552636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 48.02%
G = 21.47%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#552636 (or 0x552636) is known color: Black Rose. HEX triplet: 55, 26 and 36. RGB value is (85,38,54). Sum of RGB (Red+Green+Blue) = 85+38+54=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552636 is #AAD9C9. Grayscale: #353535. Windows color (decimal): -11196874 or 3548757. OLE color: 3548757.

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

Color convert

RGB 85 38 54 -
CMYK 0 0.55 0.36 0.67
HSL 339.57º 0.38% 0.24% -
HSV(B) 339.57º 0.55% 0.33% -
XYZ 5.11 3.58 3.91 -
YUV 53.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 85 38 54 0 0.55 0.36 0.67 339.57 0.38 0.24
Hex 55 26 36 0 37 24 43 154 26 18
Octal 125 46 66 0 67 44 103 524 46 30
Binary 1010101 100110 110110 0 110111 100100 1000011 101010100 100110 11000

Color Harmonies of #552636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552636

Black with #552636

Text Example


Text Example

White with #552636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552636; }

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

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

background-color css

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

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

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

border-color css

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

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

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