Html Css Color HEX #851950 Rose Bud Cherry

📋 copy color: '#851950'

red 133 ◦ green 25 ◦ blue 80

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

Shades of Rose Bud Cherry #851950

Tints of Rose Bud Cherry #851950

RGB

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

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

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

R = 55.88%
G = 10.5%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851950 (or 0x851950) is known color: Rose Bud Cherry. HEX triplet: 85, 19 and 50. RGB value is (133,25,80). Sum of RGB (Red+Green+Blue) = 133+25+80=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #851950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851950 is #7AE6AF. Grayscale: #3F3F3F. Windows color (decimal): -8054448 or 5249413. OLE color: 5249413.

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

Color convert

RGB 133 25 80 -
CMYK 0 0.81 0.40 0.48
HSL 329.44º 0.68% 0.31% -
HSV(B) 329.44º 0.81% 0.52% -
XYZ 11.47 6.26 8.19 -
YUV 63.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 133 25 80 0 0.81 0.40 0.48 329.44 0.68 0.31
Hex 85 19 50 0 51 28 30 149 44 1F
Octal 205 31 120 0 121 50 60 511 104 37
Binary 10000101 11001 1010000 0 1010001 101000 110000 101001001 1000100 11111

Color Harmonies of #851950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851950

Black with #851950

Text Example


Text Example

White with #851950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851950; }

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

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

background-color css

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

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

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

border-color css

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

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

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