Html Css Color HEX #86345F Rose Bud Cherry

📋 copy color: '#86345F'

red 134 ◦ green 52 ◦ blue 95

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

Shades of Rose Bud Cherry #86345F

Tints of Rose Bud Cherry #86345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 47.69%
G = 18.51%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86345F (or 0x86345F) is known color: Rose Bud Cherry. HEX triplet: 86, 34 and 5F. RGB value is (134,52,95). Sum of RGB (Red+Green+Blue) = 134+52+95=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86345F is #79CBA0. Grayscale: #515151. Windows color (decimal): -7981985 or 6239366. OLE color: 6239366.

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

Color convert

RGB 134 52 95 -
CMYK 0 0.61 0.29 0.47
HSL 328.54º 0.44% 0.36% -
HSV(B) 328.54º 0.61% 0.53% -
XYZ 13.13 8.35 11.75 -
YUV 81.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 134 52 95 0 0.61 0.29 0.47 328.54 0.44 0.36
Hex 86 34 5F 0 3D 1D 2F 149 2C 24
Octal 206 64 137 0 75 35 57 511 54 44
Binary 10000110 110100 1011111 0 111101 11101 101111 101001001 101100 100100

Color Harmonies of #86345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86345F

Black with #86345F

Text Example


Text Example

White with #86345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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