Html Css Color HEX #851351 Rose Bud Cherry

📋 copy color: '#851351'

red 133 ◦ green 19 ◦ blue 81

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

Shades of Rose Bud Cherry #851351

Tints of Rose Bud Cherry #851351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 57.08%
G = 8.15%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#851351 (or 0x851351) is known color: Rose Bud Cherry. HEX triplet: 85, 13 and 51. RGB value is (133,19,81). Sum of RGB (Red+Green+Blue) = 133+19+81=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #851351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851351 is #7AECAE. Grayscale: #3C3C3C. Windows color (decimal): -8055983 or 5313413. OLE color: 5313413.

HSL color Cylindrical-coordinate representation of color #851351: hue angle of 327.37º 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 #851351 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 81 -
CMYK 0 0.86 0.39 0.48
HSL 327.37º 0.75% 0.3% -
HSV(B) 327.37º 0.86% 0.52% -
XYZ 11.39 6.05 8.35 -
YUV 60.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 133 19 81 0 0.86 0.39 0.48 327.37 0.75 0.3
Hex 85 13 51 0 56 27 30 147 4B 1E
Octal 205 23 121 0 126 47 60 507 113 36
Binary 10000101 10011 1010001 0 1010110 100111 110000 101000111 1001011 11110

Color Harmonies of #851351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851351

Black with #851351

Text Example


Text Example

White with #851351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851351; }

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

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

background-color css

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

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

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

border-color css

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

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

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