Html Css Color HEX #551850 Hot Purple

📋 copy color: '#551850'

red 85 ◦ green 24 ◦ blue 80

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

Shades of Hot Purple #551850

Tints of Hot Purple #551850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 44.97%
G = 12.7%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#551850 (or 0x551850) is known color: Hot Purple. HEX triplet: 55, 18 and 50. RGB value is (85,24,80). Sum of RGB (Red+Green+Blue) = 85+24+80=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551850 is #AAE7AF. Grayscale: #303030. Windows color (decimal): -11200432 or 5249109. OLE color: 5249109.

HSL color Cylindrical-coordinate representation of color #551850: hue angle of 304.92º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551850 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 80 -
CMYK 0 0.72 0.06 0.67
HSL 304.92º 0.56% 0.21% -
HSV(B) 304.92º 0.72% 0.33% -
XYZ 5.52 3.16 7.91 -
YUV 48.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 85 24 80 0 0.72 0.06 0.67 304.92 0.56 0.21
Hex 55 18 50 0 48 6 43 131 38 15
Octal 125 30 120 0 110 6 103 461 70 25
Binary 1010101 11000 1010000 0 1001000 110 1000011 100110001 111000 10101

Color Harmonies of #551850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551850

Black with #551850

Text Example


Text Example

White with #551850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551850; }

 p { color: rgb(85,24,80); }

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

background-color css

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

 a { background-color: rgb(85,24,80); }

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

border-color css

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

 span { border-color: rgb(85,24,80); }

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