Html Css Color HEX #551F2C Black Rose

📋 copy color: '#551F2C'

red 85 ◦ green 31 ◦ blue 44

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

Shades of Black Rose #551F2C

Tints of Black Rose #551F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 53.13%
G = 19.38%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#551F2C (or 0x551F2C) is known color: Black Rose. HEX triplet: 55, 1F and 2C. RGB value is (85,31,44). Sum of RGB (Red+Green+Blue) = 85+31+44=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F2C is #AAE0D3. Grayscale: #303030. Windows color (decimal): -11198676 or 2891605. OLE color: 2891605.

HSL color Cylindrical-coordinate representation of color #551F2C: hue angle of 345.56º 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 #551F2C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 44 -
CMYK 0 0.64 0.48 0.67
HSL 345.56º 0.47% 0.23% -
HSV(B) 345.56º 0.64% 0.33% -
XYZ 4.69 3.09 2.73 -
YUV 48.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 85 31 44 0 0.64 0.48 0.67 345.56 0.47 0.23
Hex 55 1F 2C 0 40 30 43 15A 2F 17
Octal 125 37 54 0 100 60 103 532 57 27
Binary 1010101 11111 101100 0 1000000 110000 1000011 101011010 101111 10111

Color Harmonies of #551F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F2C

Black with #551F2C

Text Example


Text Example

White with #551F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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