Html Css Color HEX #851350 Rose Bud Cherry

📋 copy color: '#851350'

red 133 ◦ green 19 ◦ blue 80

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

Shades of Rose Bud Cherry #851350

Tints of Rose Bud Cherry #851350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 57.33%
G = 8.19%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851350 (or 0x851350) is known color: Rose Bud Cherry. HEX triplet: 85, 13 and 50. RGB value is (133,19,80). Sum of RGB (Red+Green+Blue) = 133+19+80=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #851350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851350 is #7AECAF. Grayscale: #3B3B3B. Windows color (decimal): -8055984 or 5247877. OLE color: 5247877.

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

Color convert

RGB 133 19 80 -
CMYK 0 0.86 0.40 0.48
HSL 327.89º 0.75% 0.3% -
HSV(B) 327.89º 0.86% 0.52% -
XYZ 11.35 6.03 8.16 -
YUV 60.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 133 19 80 0 0.86 0.40 0.48 327.89 0.75 0.3
Hex 85 13 50 0 56 28 30 148 4B 1E
Octal 205 23 120 0 126 50 60 510 113 36
Binary 10000101 10011 1010000 0 1010110 101000 110000 101001000 1001011 11110

Color Harmonies of #851350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851350

Black with #851350

Text Example


Text Example

White with #851350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851350; }

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

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

background-color css

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

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

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

border-color css

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

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

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