Html Css Color HEX #86325C Rose Bud Cherry

📋 copy color: '#86325C'

red 134 ◦ green 50 ◦ blue 92

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

Shades of Rose Bud Cherry #86325C

Tints of Rose Bud Cherry #86325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 48.55%
G = 18.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86325C (or 0x86325C) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 5C. RGB value is (134,50,92). Sum of RGB (Red+Green+Blue) = 134+50+92=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86325C is #79CDA3. Grayscale: #4F4F4F. Windows color (decimal): -7982500 or 6042246. OLE color: 6042246.

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

Color convert

RGB 134 50 92 -
CMYK 0 0.63 0.31 0.47
HSL 330º 0.46% 0.36% -
HSV(B) 330º 0.63% 0.53% -
XYZ 12.9 8.12 11.01 -
YUV 79.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 134 50 92 0 0.63 0.31 0.47 330 0.46 0.36
Hex 86 32 5C 0 3F 1F 2F 14A 2E 24
Octal 206 62 134 0 77 37 57 512 56 44
Binary 10000110 110010 1011100 0 111111 11111 101111 101001010 101110 100100

Color Harmonies of #86325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86325C

Black with #86325C

Text Example


Text Example

White with #86325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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