Html Css Color HEX #552439 Black Rose

📋 copy color: '#552439'

red 85 ◦ green 36 ◦ blue 57

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

Shades of Black Rose #552439

Tints of Black Rose #552439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 47.75%
G = 20.22%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#552439 (or 0x552439) is known color: Black Rose. HEX triplet: 55, 24 and 39. RGB value is (85,36,57). Sum of RGB (Red+Green+Blue) = 85+36+57=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552439 is #AADBC6. Grayscale: #353535. Windows color (decimal): -11197383 or 3744853. OLE color: 3744853.

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

Color convert

RGB 85 36 57 -
CMYK 0 0.58 0.33 0.67
HSL 334.29º 0.4% 0.24% -
HSV(B) 334.29º 0.58% 0.33% -
XYZ 5.12 3.49 4.27 -
YUV 53.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 85 36 57 0 0.58 0.33 0.67 334.29 0.4 0.24
Hex 55 24 39 0 3A 21 43 14E 28 18
Octal 125 44 71 0 72 41 103 516 50 30
Binary 1010101 100100 111001 0 111010 100001 1000011 101001110 101000 11000

Color Harmonies of #552439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552439

Black with #552439

Text Example


Text Example

White with #552439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552439; }

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

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

background-color css

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

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

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

border-color css

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

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

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