Html Css Color HEX #851E4E Rose Bud Cherry

📋 copy color: '#851E4E'

red 133 ◦ green 30 ◦ blue 78

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

Shades of Rose Bud Cherry #851E4E

Tints of Rose Bud Cherry #851E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 55.19%
G = 12.45%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#851E4E (or 0x851E4E) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 4E. RGB value is (133,30,78). Sum of RGB (Red+Green+Blue) = 133+30+78=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #851E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E4E is #7AE1B1. Grayscale: #424242. Windows color (decimal): -8053170 or 5119621. OLE color: 5119621.

HSL color Cylindrical-coordinate representation of color #851E4E: hue angle of 332.04º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E4E is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 30 78 -
CMYK 0 0.77 0.41 0.48
HSL 332.04º 0.63% 0.32% -
HSV(B) 332.04º 0.77% 0.52% -
XYZ 11.51 6.47 7.85 -
YUV 66.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 133 30 78 0 0.77 0.41 0.48 332.04 0.63 0.32
Hex 85 1E 4E 0 4D 29 30 14C 3F 20
Octal 205 36 116 0 115 51 60 514 77 40
Binary 10000101 11110 1001110 0 1001101 101001 110000 101001100 111111 100000

Color Harmonies of #851E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E4E

Black with #851E4E

Text Example


Text Example

White with #851E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851E4E; }

 p { color: rgb(133,30,78); }

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

background-color css

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

 a { background-color: rgb(133,30,78); }

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

border-color css

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

 span { border-color: rgb(133,30,78); }

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