Html Css Color HEX #883D56 Camelot

📋 copy color: '#883D56'

red 136 ◦ green 61 ◦ blue 86

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

Shades of Camelot #883D56

Tints of Camelot #883D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 48.06%
G = 21.55%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#883D56 (or 0x883D56) is known color: Camelot. HEX triplet: 88, 3D and 56. RGB value is (136,61,86). Sum of RGB (Red+Green+Blue) = 136+61+86=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #883D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D56 is #77C2A9. Grayscale: #565656. Windows color (decimal): -7848618 or 5651848. OLE color: 5651848.

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

Color convert

RGB 136 61 86 -
CMYK 0 0.55 0.37 0.47
HSL 340º 0.38% 0.39% -
HSV(B) 340º 0.55% 0.53% -
XYZ 13.5 9.24 9.88 -
YUV 86.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 136 61 86 0 0.55 0.37 0.47 340 0.38 0.39
Hex 88 3D 56 0 37 25 2F 154 26 27
Octal 210 75 126 0 67 45 57 524 46 47
Binary 10001000 111101 1010110 0 110111 100101 101111 101010100 100110 100111

Color Harmonies of #883D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D56

Black with #883D56

Text Example


Text Example

White with #883D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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