Html Css Color HEX #551F37 Black Rose

📋 copy color: '#551F37'

red 85 ◦ green 31 ◦ blue 55

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

Shades of Black Rose #551F37

Tints of Black Rose #551F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.13%

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

R = 49.71%
G = 18.13%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#551F37 (or 0x551F37) is known color: Black Rose. HEX triplet: 55, 1F and 37. RGB value is (85,31,55). Sum of RGB (Red+Green+Blue) = 85+31+55=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F37 is #AAE0C8. Grayscale: #313131. Windows color (decimal): -11198665 or 3612501. OLE color: 3612501.

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

Color convert

RGB 85 31 55 -
CMYK 0 0.64 0.35 0.67
HSL 333.33º 0.47% 0.23% -
HSV(B) 333.33º 0.64% 0.33% -
XYZ 4.93 3.19 3.97 -
YUV 49.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 85 31 55 0 0.64 0.35 0.67 333.33 0.47 0.23
Hex 55 1F 37 0 40 23 43 14D 2F 17
Octal 125 37 67 0 100 43 103 515 57 27
Binary 1010101 11111 110111 0 1000000 100011 1000011 101001101 101111 10111

Color Harmonies of #551F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F37

Black with #551F37

Text Example


Text Example

White with #551F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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