Html Css Color HEX #884057 Camelot

📋 copy color: '#884057'

red 136 ◦ green 64 ◦ blue 87

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

Shades of Camelot #884057

Tints of Camelot #884057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 47.39%
G = 22.3%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#884057 (or 0x884057) is known color: Camelot. HEX triplet: 88, 40 and 57. RGB value is (136,64,87). Sum of RGB (Red+Green+Blue) = 136+64+87=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884057 is #77BFA8. Grayscale: #585858. Windows color (decimal): -7847849 or 5718152. OLE color: 5718152.

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

Color convert

RGB 136 64 87 -
CMYK 0 0.53 0.36 0.47
HSL 340.83º 0.36% 0.39% -
HSV(B) 340.83º 0.53% 0.53% -
XYZ 13.71 9.59 10.15 -
YUV 88.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 136 64 87 0 0.53 0.36 0.47 340.83 0.36 0.39
Hex 88 40 57 0 35 24 2F 155 24 27
Octal 210 100 127 0 65 44 57 525 44 47
Binary 10001000 1000000 1010111 0 110101 100100 101111 101010101 100100 100111

Color Harmonies of #884057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884057

Black with #884057

Text Example


Text Example

White with #884057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884057; }

 p { color: rgb(136,64,87); }

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

background-color css

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

 a { background-color: rgb(136,64,87); }

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

border-color css

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

 span { border-color: rgb(136,64,87); }

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