Html Css Color HEX #86295A Rose Bud Cherry

📋 copy color: '#86295A'

red 134 ◦ green 41 ◦ blue 90

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

Shades of Rose Bud Cherry #86295A

Tints of Rose Bud Cherry #86295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 50.57%
G = 15.47%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86295A (or 0x86295A) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 5A. RGB value is (134,41,90). Sum of RGB (Red+Green+Blue) = 134+41+90=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86295A is #79D6A5. Grayscale: #4A4A4A. Windows color (decimal): -7984806 or 5908870. OLE color: 5908870.

HSL color Cylindrical-coordinate representation of color #86295A: hue angle of 328.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86295A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 90 -
CMYK 0 0.69 0.33 0.47
HSL 328.39º 0.53% 0.34% -
HSV(B) 328.39º 0.69% 0.53% -
XYZ 12.47 7.39 10.44 -
YUV 74.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 134 41 90 0 0.69 0.33 0.47 328.39 0.53 0.34
Hex 86 29 5A 0 45 21 2F 148 35 22
Octal 206 51 132 0 105 41 57 510 65 42
Binary 10000110 101001 1011010 0 1000101 100001 101111 101001000 110101 100010

Color Harmonies of #86295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86295A

Black with #86295A

Text Example


Text Example

White with #86295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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