Html Css Color HEX #551930 Black Rose

📋 copy color: '#551930'

red 85 ◦ green 25 ◦ blue 48

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

Shades of Black Rose #551930

Tints of Black Rose #551930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 53.8%
G = 15.82%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#551930 (or 0x551930) is known color: Black Rose. HEX triplet: 55, 19 and 30. RGB value is (85,25,48). Sum of RGB (Red+Green+Blue) = 85+25+48=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551930 is #AAE6CF. Grayscale: #2D2D2D. Windows color (decimal): -11200208 or 3152213. OLE color: 3152213.

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

Color convert

RGB 85 25 48 -
CMYK 0 0.71 0.44 0.67
HSL 337º 0.55% 0.22% -
HSV(B) 337º 0.71% 0.33% -
XYZ 4.63 2.84 3.1 -
YUV 45.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 85 25 48 0 0.71 0.44 0.67 337 0.55 0.22
Hex 55 19 30 0 47 2C 43 151 37 16
Octal 125 31 60 0 107 54 103 521 67 26
Binary 1010101 11001 110000 0 1000111 101100 1000011 101010001 110111 10110

Color Harmonies of #551930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551930

Black with #551930

Text Example


Text Example

White with #551930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551930; }

 p { color: rgb(85,25,48); }

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

background-color css

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

 a { background-color: rgb(85,25,48); }

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

border-color css

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

 span { border-color: rgb(85,25,48); }

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