Html Css Color HEX #552531 Black Rose

📋 copy color: '#552531'

red 85 ◦ green 37 ◦ blue 49

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

Shades of Black Rose #552531

Tints of Black Rose #552531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 49.71%
G = 21.64%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#552531 (or 0x552531) is known color: Black Rose. HEX triplet: 55, 25 and 31. RGB value is (85,37,49). Sum of RGB (Red+Green+Blue) = 85+37+49=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552531 is #AADACE. Grayscale: #343434. Windows color (decimal): -11197135 or 3220821. OLE color: 3220821.

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

Color convert

RGB 85 37 49 -
CMYK 0 0.56 0.42 0.67
HSL 345º 0.39% 0.24% -
HSV(B) 345º 0.56% 0.33% -
XYZ 4.96 3.48 3.32 -
YUV 52.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 85 37 49 0 0.56 0.42 0.67 345 0.39 0.24
Hex 55 25 31 0 38 2A 43 159 27 18
Octal 125 45 61 0 70 52 103 531 47 30
Binary 1010101 100101 110001 0 111000 101010 1000011 101011001 100111 11000

Color Harmonies of #552531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552531

Black with #552531

Text Example


Text Example

White with #552531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552531; }

 p { color: rgb(85,37,49); }

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

background-color css

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

 a { background-color: rgb(85,37,49); }

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

border-color css

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

 span { border-color: rgb(85,37,49); }

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