Html Css Color HEX #86375D Rose Bud Cherry

📋 copy color: '#86375D'

red 134 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #86375D

Tints of Rose Bud Cherry #86375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

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

R = 47.52%
G = 19.5%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86375D (or 0x86375D) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 5D. RGB value is (134,55,93). Sum of RGB (Red+Green+Blue) = 134+55+93=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375D is #79C8A2. Grayscale: #525252. Windows color (decimal): -7981219 or 6109062. OLE color: 6109062.

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

Color convert

RGB 134 55 93 -
CMYK 0 0.59 0.31 0.47
HSL 331.14º 0.42% 0.37% -
HSV(B) 331.14º 0.59% 0.53% -
XYZ 13.17 8.59 11.32 -
YUV 82.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 134 55 93 0 0.59 0.31 0.47 331.14 0.42 0.37
Hex 86 37 5D 0 3B 1F 2F 14B 2A 25
Octal 206 67 135 0 73 37 57 513 52 45
Binary 10000110 110111 1011101 0 111011 11111 101111 101001011 101010 100101

Color Harmonies of #86375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86375D

Black with #86375D

Text Example


Text Example

White with #86375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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