Html Css Color HEX #883147 Camelot

📋 copy color: '#883147'

red 136 ◦ green 49 ◦ blue 71

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

Shades of Camelot #883147

Tints of Camelot #883147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 53.13%
G = 19.14%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#883147 (or 0x883147) is known color: Camelot. HEX triplet: 88, 31 and 47. RGB value is (136,49,71). Sum of RGB (Red+Green+Blue) = 136+49+71=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883147 is #77CEB8. Grayscale: #4D4D4D. Windows color (decimal): -7851705 or 4665736. OLE color: 4665736.

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

Color convert

RGB 136 49 71 -
CMYK 0 0.64 0.48 0.47
HSL 344.83º 0.47% 0.36% -
HSV(B) 344.83º 0.64% 0.53% -
XYZ 12.39 7.89 6.83 -
YUV 77.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 136 49 71 0 0.64 0.48 0.47 344.83 0.47 0.36
Hex 88 31 47 0 40 30 2F 159 2F 24
Octal 210 61 107 0 100 60 57 531 57 44
Binary 10001000 110001 1000111 0 1000000 110000 101111 101011001 101111 100100

Color Harmonies of #883147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883147

Black with #883147

Text Example


Text Example

White with #883147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883147; }

 p { color: rgb(136,49,71); }

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

background-color css

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

 a { background-color: rgb(136,49,71); }

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

border-color css

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

 span { border-color: rgb(136,49,71); }

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