Html Css Color HEX #86265B Rose Bud Cherry

📋 copy color: '#86265B'

red 134 ◦ green 38 ◦ blue 91

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

Shades of Rose Bud Cherry #86265B

Tints of Rose Bud Cherry #86265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 50.95%
G = 14.45%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86265B (or 0x86265B) is known color: Rose Bud Cherry. HEX triplet: 86, 26 and 5B. RGB value is (134,38,91). Sum of RGB (Red+Green+Blue) = 134+38+91=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86265B is #79D9A4. Grayscale: #484848. Windows color (decimal): -7985573 or 5973638. OLE color: 5973638.

HSL color Cylindrical-coordinate representation of color #86265B: hue angle of 326.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86265B is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 38 91 -
CMYK 0 0.72 0.32 0.47
HSL 326.88º 0.56% 0.34% -
HSV(B) 326.88º 0.72% 0.53% -
XYZ 12.41 7.21 10.63 -
YUV 72.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 134 38 91 0 0.72 0.32 0.47 326.88 0.56 0.34
Hex 86 26 5B 0 48 20 2F 147 38 22
Octal 206 46 133 0 110 40 57 507 70 42
Binary 10000110 100110 1011011 0 1001000 100000 101111 101000111 111000 100010

Color Harmonies of #86265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86265B

Black with #86265B

Text Example


Text Example

White with #86265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86265B; }

 p { color: rgb(134,38,91); }

 H1.HeaderClassName
 {
   color: #86265B;
 }
 .AnyTagClassName
 {
   color: #86265B;
 }
</style>

background-color css

<style>
 a { background-color: #86265B; }

 a { background-color: rgb(134,38,91); }

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

border-color css

<style>
 span { border-color: #86265B; }

 span { border-color: rgb(134,38,91); }

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