Html Css Color HEX #803247 Camelot

📋 copy color: '#803247'

red 128 ◦ green 50 ◦ blue 71

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

Shades of Camelot #803247

Tints of Camelot #803247

RGB

 RED value IS 128 (50.39% from 255) = 51.41%

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

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

R = 51.41%
G = 20.08%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#803247 (or 0x803247) is known color: Camelot. HEX triplet: 80, 32 and 47. RGB value is (128,50,71). Sum of RGB (Red+Green+Blue) = 128+50+71=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803247 is #7FCDB8. Grayscale: #4B4B4B. Windows color (decimal): -8375737 or 4665984. OLE color: 4665984.

HSL color Cylindrical-coordinate representation of color #803247: hue angle of 343.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803247 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 71 -
CMYK 0 0.61 0.45 0.50
HSL 343.85º 0.44% 0.35% -
HSV(B) 343.85º 0.61% 0.5% -
XYZ 11.18 7.33 6.79 -
YUV 75.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 128 50 71 0 0.61 0.45 0.50 343.85 0.44 0.35
Hex 80 32 47 0 3D 2D 32 158 2C 23
Octal 200 62 107 0 75 55 62 530 54 43
Binary 10000000 110010 1000111 0 111101 101101 110010 101011000 101100 100011

Color Harmonies of #803247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803247

Black with #803247

Text Example


Text Example

White with #803247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803247; }

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

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

background-color css

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

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

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

border-color css

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

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

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