Html Css Color HEX #86325E Rose Bud Cherry

📋 copy color: '#86325E'

red 134 ◦ green 50 ◦ blue 94

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

Shades of Rose Bud Cherry #86325E

Tints of Rose Bud Cherry #86325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 48.2%
G = 17.99%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86325E (or 0x86325E) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 5E. RGB value is (134,50,94). Sum of RGB (Red+Green+Blue) = 134+50+94=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86325E is #79CDA1. Grayscale: #505050. Windows color (decimal): -7982498 or 6173318. OLE color: 6173318.

HSL color Cylindrical-coordinate representation of color #86325E: hue angle of 328.57º 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 #86325E is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 94 -
CMYK 0 0.63 0.30 0.47
HSL 328.57º 0.46% 0.36% -
HSV(B) 328.57º 0.63% 0.53% -
XYZ 12.99 8.16 11.48 -
YUV 80.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 134 50 94 0 0.63 0.30 0.47 328.57 0.46 0.36
Hex 86 32 5E 0 3F 1E 2F 149 2E 24
Octal 206 62 136 0 77 36 57 511 56 44
Binary 10000110 110010 1011110 0 111111 11110 101111 101001001 101110 100100

Color Harmonies of #86325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86325E

Black with #86325E

Text Example


Text Example

White with #86325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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