Html Css Color HEX #86315A Rose Bud Cherry

📋 copy color: '#86315A'

red 134 ◦ green 49 ◦ blue 90

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

Shades of Rose Bud Cherry #86315A

Tints of Rose Bud Cherry #86315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 49.08%
G = 17.95%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86315A (or 0x86315A) is known color: Rose Bud Cherry. HEX triplet: 86, 31 and 5A. RGB value is (134,49,90). Sum of RGB (Red+Green+Blue) = 134+49+90=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86315A is #79CEA5. Grayscale: #4F4F4F. Windows color (decimal): -7982758 or 5910918. OLE color: 5910918.

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

Color convert

RGB 134 49 90 -
CMYK 0 0.63 0.33 0.47
HSL 331.06º 0.46% 0.36% -
HSV(B) 331.06º 0.63% 0.53% -
XYZ 12.78 8 10.54 -
YUV 79.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 134 49 90 0 0.63 0.33 0.47 331.06 0.46 0.36
Hex 86 31 5A 0 3F 21 2F 14B 2E 24
Octal 206 61 132 0 77 41 57 513 56 44
Binary 10000110 110001 1011010 0 111111 100001 101111 101001011 101110 100100

Color Harmonies of #86315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86315A

Black with #86315A

Text Example


Text Example

White with #86315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86315A; }

 p { color: rgb(134,49,90); }

 H1.HeaderClassName
 {
   color: #86315A;
 }
 .AnyTagClassName
 {
   color: #86315A;
 }
</style>

background-color css

<style>
 a { background-color: #86315A; }

 a { background-color: rgb(134,49,90); }

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

border-color css

<style>
 span { border-color: #86315A; }

 span { border-color: rgb(134,49,90); }

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