Html Css Color HEX #863367 Rose Bud Cherry

📋 copy color: '#863367'

red 134 ◦ green 51 ◦ blue 103

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

Shades of Rose Bud Cherry #863367

Tints of Rose Bud Cherry #863367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 46.53%
G = 17.71%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#863367 (or 0x863367) is known color: Rose Bud Cherry. HEX triplet: 86, 33 and 67. RGB value is (134,51,103). Sum of RGB (Red+Green+Blue) = 134+51+103=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863367 is #79CC98. Grayscale: #515151. Windows color (decimal): -7982233 or 6763398. OLE color: 6763398.

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

Color convert

RGB 134 51 103 -
CMYK 0 0.62 0.23 0.47
HSL 322.41º 0.45% 0.36% -
HSV(B) 322.41º 0.62% 0.53% -
XYZ 13.46 8.42 13.75 -
YUV 81.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 134 51 103 0 0.62 0.23 0.47 322.41 0.45 0.36
Hex 86 33 67 0 3E 17 2F 142 2D 24
Octal 206 63 147 0 76 27 57 502 55 44
Binary 10000110 110011 1100111 0 111110 10111 101111 101000010 101101 100100

Color Harmonies of #863367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863367

Black with #863367

Text Example


Text Example

White with #863367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863367; }

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

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

background-color css

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

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

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

border-color css

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

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

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