Html Css Color HEX #863366 Rose Bud Cherry

📋 copy color: '#863366'

red 134 ◦ green 51 ◦ blue 102

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

Shades of Rose Bud Cherry #863366

Tints of Rose Bud Cherry #863366

RGB

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

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

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

R = 46.69%
G = 17.77%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#863366 (or 0x863366) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 66. RGB value is (134,51,102). Sum of RGB (Red+Green+Blue) = 134+51+102=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #863366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863366 is #79CC99. Grayscale: #515151. Windows color (decimal): -7982234 or 6697862. OLE color: 6697862.

HSL color Cylindrical-coordinate representation of color #863366: hue angle of 323.13º 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 #863366 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 102 -
CMYK 0 0.62 0.24 0.47
HSL 323.13º 0.45% 0.36% -
HSV(B) 323.13º 0.62% 0.53% -
XYZ 13.41 8.4 13.48 -
YUV 81.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 134 51 102 0 0.62 0.24 0.47 323.13 0.45 0.36
Hex 86 33 66 0 3E 18 2F 143 2D 24
Octal 206 63 146 0 76 30 57 503 55 44
Binary 10000110 110011 1100110 0 111110 11000 101111 101000011 101101 100100

Color Harmonies of #863366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863366

Black with #863366

Text Example


Text Example

White with #863366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863366; }

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

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

background-color css

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

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

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

border-color css

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

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

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