Html Css Color HEX #86325F Rose Bud Cherry

📋 copy color: '#86325F'

red 134 ◦ green 50 ◦ blue 95

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

Shades of Rose Bud Cherry #86325F

Tints of Rose Bud Cherry #86325F

RGB

 RED value IS 134 (52.73% from 255) = 48.03%

 GREEN value IS 50 (19.92% from 255) = 17.92%

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 48.03%
G = 17.92%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86325F (or 0x86325F) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 5F. RGB value is (134,50,95). Sum of RGB (Red+Green+Blue) = 134+50+95=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86325F is #79CDA0. Grayscale: #505050. Windows color (decimal): -7982497 or 6238854. OLE color: 6238854.

HSL color Cylindrical-coordinate representation of color #86325F: hue angle of 327.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86325F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 95 -
CMYK 0 0.63 0.29 0.47
HSL 327.86º 0.46% 0.36% -
HSV(B) 327.86º 0.63% 0.53% -
XYZ 13.04 8.18 11.72 -
YUV 80.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 134 50 95 0 0.63 0.29 0.47 327.86 0.46 0.36
Hex 86 32 5F 0 3F 1D 2F 148 2E 24
Octal 206 62 137 0 77 35 57 510 56 44
Binary 10000110 110010 1011111 0 111111 11101 101111 101001000 101110 100100

Color Harmonies of #86325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86325F

Black with #86325F

Text Example


Text Example

White with #86325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86325F; }

 p { color: rgb(134,50,95); }

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

background-color css

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

 a { background-color: rgb(134,50,95); }

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

border-color css

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

 span { border-color: rgb(134,50,95); }

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