Html Css Color HEX #86215B Rose Bud Cherry

📋 copy color: '#86215B'

red 134 ◦ green 33 ◦ blue 91

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

Shades of Rose Bud Cherry #86215B

Tints of Rose Bud Cherry #86215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

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

R = 51.94%
G = 12.79%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86215B (or 0x86215B) is known color: Rose Bud Cherry. HEX triplet: 86, 21 and 5B. RGB value is (134,33,91). Sum of RGB (Red+Green+Blue) = 134+33+91=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86215B is #79DEA4. Grayscale: #454545. Windows color (decimal): -7986853 or 5972358. OLE color: 5972358.

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

Color convert

RGB 134 33 91 -
CMYK 0 0.75 0.32 0.47
HSL 325.54º 0.6% 0.33% -
HSV(B) 325.54º 0.75% 0.53% -
XYZ 12.26 6.91 10.59 -
YUV 69.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 134 33 91 0 0.75 0.32 0.47 325.54 0.6 0.33
Hex 86 21 5B 0 4B 20 2F 146 3C 21
Octal 206 41 133 0 113 40 57 506 74 41
Binary 10000110 100001 1011011 0 1001011 100000 101111 101000110 111100 100001

Color Harmonies of #86215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86215B

Black with #86215B

Text Example


Text Example

White with #86215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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