Html Css Color HEX #863266 Rose Bud Cherry

📋 copy color: '#863266'

red 134 ◦ green 50 ◦ blue 102

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

Shades of Rose Bud Cherry #863266

Tints of Rose Bud Cherry #863266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 46.85%
G = 17.48%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#863266 (or 0x863266) is known color: Rose Bud Cherry. HEX triplet: 86, 32 and 66. RGB value is (134,50,102). Sum of RGB (Red+Green+Blue) = 134+50+102=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863266 is #79CD99. Grayscale: #505050. Windows color (decimal): -7982490 or 6697606. OLE color: 6697606.

HSL color Cylindrical-coordinate representation of color #863266: hue angle of 322.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863266 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 102 -
CMYK 0 0.63 0.24 0.47
HSL 322.86º 0.46% 0.36% -
HSV(B) 322.86º 0.63% 0.53% -
XYZ 13.37 8.31 13.47 -
YUV 81.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 134 50 102 0 0.63 0.24 0.47 322.86 0.46 0.36
Hex 86 32 66 0 3F 18 2F 143 2E 24
Octal 206 62 146 0 77 30 57 503 56 44
Binary 10000110 110010 1100110 0 111111 11000 101111 101000011 101110 100100

Color Harmonies of #863266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863266

Black with #863266

Text Example


Text Example

White with #863266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863266; }

 p { color: rgb(134,50,102); }

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

background-color css

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

 a { background-color: rgb(134,50,102); }

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

border-color css

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

 span { border-color: rgb(134,50,102); }

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