Html Css Color HEX #851150 Rose Bud Cherry

📋 copy color: '#851150'

red 133 ◦ green 17 ◦ blue 80

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

Shades of Rose Bud Cherry #851150

Tints of Rose Bud Cherry #851150

RGB

 RED value IS 133 (52.34% from 255) = 57.83%

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 57.83%
G = 7.39%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851150 (or 0x851150) is known color: Rose Bud Cherry. HEX triplet: 85, 11 and 50. RGB value is (133,17,80). Sum of RGB (Red+Green+Blue) = 133+17+80=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #851150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851150 is #7AEEAF. Grayscale: #3A3A3A. Windows color (decimal): -8056496 or 5247365. OLE color: 5247365.

HSL color Cylindrical-coordinate representation of color #851150: hue angle of 327.41º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851150 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 80 -
CMYK 0 0.87 0.40 0.48
HSL 327.41º 0.77% 0.29% -
HSV(B) 327.41º 0.87% 0.52% -
XYZ 11.32 5.97 8.14 -
YUV 58.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 133 17 80 0 0.87 0.40 0.48 327.41 0.77 0.29
Hex 85 11 50 0 57 28 30 147 4D 1D
Octal 205 21 120 0 127 50 60 507 115 35
Binary 10000101 10001 1010000 0 1010111 101000 110000 101000111 1001101 11101

Color Harmonies of #851150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851150

Black with #851150

Text Example


Text Example

White with #851150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851150; }

 p { color: rgb(133,17,80); }

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

background-color css

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

 a { background-color: rgb(133,17,80); }

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

border-color css

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

 span { border-color: rgb(133,17,80); }

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