Html Css Color HEX #552239 Black Rose

📋 copy color: '#552239'

red 85 ◦ green 34 ◦ blue 57

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

Shades of Black Rose #552239

Tints of Black Rose #552239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 48.3%
G = 19.32%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#552239 (or 0x552239) is known color: Black Rose. HEX triplet: 55, 22 and 39. RGB value is (85,34,57). Sum of RGB (Red+Green+Blue) = 85+34+57=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552239 is #AADDC6. Grayscale: #333333. Windows color (decimal): -11197895 or 3744341. OLE color: 3744341.

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

Color convert

RGB 85 34 57 -
CMYK 0 0.60 0.33 0.67
HSL 332.94º 0.43% 0.23% -
HSV(B) 332.94º 0.6% 0.33% -
XYZ 5.06 3.37 4.25 -
YUV 51.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 85 34 57 0 0.60 0.33 0.67 332.94 0.43 0.23
Hex 55 22 39 0 3C 21 43 14D 2B 17
Octal 125 42 71 0 74 41 103 515 53 27
Binary 1010101 100010 111001 0 111100 100001 1000011 101001101 101011 10111

Color Harmonies of #552239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552239

Black with #552239

Text Example


Text Example

White with #552239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552239; }

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

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

background-color css

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

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

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

border-color css

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

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

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