Html Css Color HEX #552039 Black Rose

📋 copy color: '#552039'

red 85 ◦ green 32 ◦ blue 57

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

Shades of Black Rose #552039

Tints of Black Rose #552039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 48.85%
G = 18.39%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#552039 (or 0x552039) is known color: Black Rose. HEX triplet: 55, 20 and 39. RGB value is (85,32,57). Sum of RGB (Red+Green+Blue) = 85+32+57=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552039 is #AADFC6. Grayscale: #323232. Windows color (decimal): -11198407 or 3743829. OLE color: 3743829.

HSL color Cylindrical-coordinate representation of color #552039: hue angle of 331.7º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552039 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 57 -
CMYK 0 0.62 0.33 0.67
HSL 331.7º 0.45% 0.23% -
HSV(B) 331.7º 0.62% 0.33% -
XYZ 5 3.26 4.24 -
YUV 50.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 85 32 57 0 0.62 0.33 0.67 331.7 0.45 0.23
Hex 55 20 39 0 3E 21 43 14C 2D 17
Octal 125 40 71 0 76 41 103 514 55 27
Binary 1010101 100000 111001 0 111110 100001 1000011 101001100 101101 10111

Color Harmonies of #552039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552039

Black with #552039

Text Example


Text Example

White with #552039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552039; }

 p { color: rgb(85,32,57); }

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

background-color css

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

 a { background-color: rgb(85,32,57); }

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

border-color css

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

 span { border-color: rgb(85,32,57); }

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