Html Css Color HEX #86305D Rose Bud Cherry

📋 copy color: '#86305D'

red 134 ◦ green 48 ◦ blue 93

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

Shades of Rose Bud Cherry #86305D

Tints of Rose Bud Cherry #86305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 48.73%
G = 17.45%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86305D (or 0x86305D) is known color: Rose Bud Cherry. HEX triplet: 86, 30 and 5D. RGB value is (134,48,93). Sum of RGB (Red+Green+Blue) = 134+48+93=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86305D is #79CFA2. Grayscale: #4E4E4E. Windows color (decimal): -7983011 or 6107270. OLE color: 6107270.

HSL color Cylindrical-coordinate representation of color #86305D: hue angle of 328.6º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86305D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 93 -
CMYK 0 0.64 0.31 0.47
HSL 328.6º 0.47% 0.36% -
HSV(B) 328.6º 0.64% 0.53% -
XYZ 12.86 7.97 11.22 -
YUV 78.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 134 48 93 0 0.64 0.31 0.47 328.6 0.47 0.36
Hex 86 30 5D 0 40 1F 2F 149 2F 24
Octal 206 60 135 0 100 37 57 511 57 44
Binary 10000110 110000 1011101 0 1000000 11111 101111 101001001 101111 100100

Color Harmonies of #86305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86305D

Black with #86305D

Text Example


Text Example

White with #86305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86305D; }

 p { color: rgb(134,48,93); }

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

background-color css

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

 a { background-color: rgb(134,48,93); }

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

border-color css

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

 span { border-color: rgb(134,48,93); }

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