Html Css Color HEX #552237 Black Rose

📋 copy color: '#552237'

red 85 ◦ green 34 ◦ blue 55

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

Shades of Black Rose #552237

Tints of Black Rose #552237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 48.85%
G = 19.54%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552237 (or 0x552237) is known color: Black Rose. HEX triplet: 55, 22 and 37. RGB value is (85,34,55). Sum of RGB (Red+Green+Blue) = 85+34+55=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552237 is #AADDC8. Grayscale: #333333. Windows color (decimal): -11197897 or 3613269. OLE color: 3613269.

HSL color Cylindrical-coordinate representation of color #552237: hue angle of 335.29º 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 #552237 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 55 -
CMYK 0 0.60 0.35 0.67
HSL 335.29º 0.43% 0.23% -
HSV(B) 335.29º 0.6% 0.33% -
XYZ 5.01 3.35 4 -
YUV 51.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 85 34 55 0 0.60 0.35 0.67 335.29 0.43 0.23
Hex 55 22 37 0 3C 23 43 14F 2B 17
Octal 125 42 67 0 74 43 103 517 53 27
Binary 1010101 100010 110111 0 111100 100011 1000011 101001111 101011 10111

Color Harmonies of #552237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552237

Black with #552237

Text Example


Text Example

White with #552237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552237; }

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

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

background-color css

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

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

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

border-color css

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

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

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