Html Css Color HEX #552637 Black Rose

📋 copy color: '#552637'

red 85 ◦ green 38 ◦ blue 55

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

Shades of Black Rose #552637

Tints of Black Rose #552637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 47.75%
G = 21.35%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552637 (or 0x552637) is known color: Black Rose. HEX triplet: 55, 26 and 37. RGB value is (85,38,55). Sum of RGB (Red+Green+Blue) = 85+38+55=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552637 is #AAD9C8. Grayscale: #353535. Windows color (decimal): -11196873 or 3614293. OLE color: 3614293.

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

Color convert

RGB 85 38 55 -
CMYK 0 0.55 0.35 0.67
HSL 338.3º 0.38% 0.24% -
HSV(B) 338.3º 0.55% 0.33% -
XYZ 5.13 3.59 4.04 -
YUV 53.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 85 38 55 0 0.55 0.35 0.67 338.3 0.38 0.24
Hex 55 26 37 0 37 23 43 152 26 18
Octal 125 46 67 0 67 43 103 522 46 30
Binary 1010101 100110 110111 0 110111 100011 1000011 101010010 100110 11000

Color Harmonies of #552637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552637

Black with #552637

Text Example


Text Example

White with #552637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552637; }

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

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

background-color css

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

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

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

border-color css

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

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

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