Html Css Color HEX #86335A Rose Bud Cherry

📋 copy color: '#86335A'

red 134 ◦ green 51 ◦ blue 90

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

Shades of Rose Bud Cherry #86335A

Tints of Rose Bud Cherry #86335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 48.73%
G = 18.55%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86335A (or 0x86335A) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 5A. RGB value is (134,51,90). Sum of RGB (Red+Green+Blue) = 134+51+90=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86335A is #79CCA5. Grayscale: #505050. Windows color (decimal): -7982246 or 5911430. OLE color: 5911430.

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

Color convert

RGB 134 51 90 -
CMYK 0 0.62 0.33 0.47
HSL 331.81º 0.45% 0.36% -
HSV(B) 331.81º 0.62% 0.53% -
XYZ 12.86 8.17 10.57 -
YUV 80.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 134 51 90 0 0.62 0.33 0.47 331.81 0.45 0.36
Hex 86 33 5A 0 3E 21 2F 14C 2D 24
Octal 206 63 132 0 76 41 57 514 55 44
Binary 10000110 110011 1011010 0 111110 100001 101111 101001100 101101 100100

Color Harmonies of #86335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86335A

Black with #86335A

Text Example


Text Example

White with #86335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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