Html Css Color HEX #884156 Camelot

📋 copy color: '#884156'

red 136 ◦ green 65 ◦ blue 86

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

Shades of Camelot #884156

Tints of Camelot #884156

RGB

 RED value IS 136 (53.52% from 255) = 47.39%

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 47.39%
G = 22.65%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#884156 (or 0x884156) is known color: Camelot. HEX triplet: 88, 41 and 56. RGB value is (136,65,86). Sum of RGB (Red+Green+Blue) = 136+65+86=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884156 is #77BEA9. Grayscale: #585858. Windows color (decimal): -7847594 or 5652872. OLE color: 5652872.

HSL color Cylindrical-coordinate representation of color #884156: hue angle of 342.25º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884156 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 86 -
CMYK 0 0.52 0.37 0.47
HSL 342.25º 0.35% 0.39% -
HSV(B) 342.25º 0.52% 0.53% -
XYZ 13.72 9.69 9.95 -
YUV 88.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 136 65 86 0 0.52 0.37 0.47 342.25 0.35 0.39
Hex 88 41 56 0 34 25 2F 156 23 27
Octal 210 101 126 0 64 45 57 526 43 47
Binary 10001000 1000001 1010110 0 110100 100101 101111 101010110 100011 100111

Color Harmonies of #884156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884156

Black with #884156

Text Example


Text Example

White with #884156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884156; }

 p { color: rgb(136,65,86); }

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

background-color css

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

 a { background-color: rgb(136,65,86); }

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

border-color css

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

 span { border-color: rgb(136,65,86); }

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