Html Css Color HEX #86365A Rose Bud Cherry

📋 copy color: '#86365A'

red 134 ◦ green 54 ◦ blue 90

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

Shades of Rose Bud Cherry #86365A

Tints of Rose Bud Cherry #86365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 48.2%
G = 19.42%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86365A (or 0x86365A) is known color: Rose Bud Cherry. HEX triplet: 86, 36 and 5A. RGB value is (134,54,90). Sum of RGB (Red+Green+Blue) = 134+54+90=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86365A is #79C9A5. Grayscale: #515151. Windows color (decimal): -7981478 or 5912198. OLE color: 5912198.

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

Color convert

RGB 134 54 90 -
CMYK 0 0.60 0.33 0.47
HSL 333º 0.43% 0.37% -
HSV(B) 333º 0.6% 0.53% -
XYZ 13 8.44 10.62 -
YUV 82.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 134 54 90 0 0.60 0.33 0.47 333 0.43 0.37
Hex 86 36 5A 0 3C 21 2F 14D 2B 25
Octal 206 66 132 0 74 41 57 515 53 45
Binary 10000110 110110 1011010 0 111100 100001 101111 101001101 101011 100101

Color Harmonies of #86365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86365A

Black with #86365A

Text Example


Text Example

White with #86365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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