Html Css Color HEX #883247 Camelot

📋 copy color: '#883247'

red 136 ◦ green 50 ◦ blue 71

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

Shades of Camelot #883247

Tints of Camelot #883247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 52.92%
G = 19.46%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#883247 (or 0x883247) is known color: Camelot. HEX triplet: 88, 32 and 47. RGB value is (136,50,71). Sum of RGB (Red+Green+Blue) = 136+50+71=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883247 is #77CDB8. Grayscale: #4E4E4E. Windows color (decimal): -7851449 or 4665992. OLE color: 4665992.

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

Color convert

RGB 136 50 71 -
CMYK 0 0.63 0.48 0.47
HSL 345.35º 0.46% 0.36% -
HSV(B) 345.35º 0.63% 0.53% -
XYZ 12.43 7.97 6.84 -
YUV 78.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 136 50 71 0 0.63 0.48 0.47 345.35 0.46 0.36
Hex 88 32 47 0 3F 30 2F 159 2E 24
Octal 210 62 107 0 77 60 57 531 56 44
Binary 10001000 110010 1000111 0 111111 110000 101111 101011001 101110 100100

Color Harmonies of #883247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883247

Black with #883247

Text Example


Text Example

White with #883247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883247; }

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

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

background-color css

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

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

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

border-color css

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

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

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