Html Css Color HEX #803246 Camelot

📋 copy color: '#803246'

red 128 ◦ green 50 ◦ blue 70

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

Shades of Camelot #803246

Tints of Camelot #803246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 51.61%
G = 20.16%
B = 28.23%

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

#803246 (or 0x803246) is known color: Camelot. HEX triplet: 80, 32 and 46. RGB value is (128,50,70). Sum of RGB (Red+Green+Blue) = 128+50+70=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #803246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803246 is #7FCDB9. Grayscale: #4B4B4B. Windows color (decimal): -8375738 or 4600448. OLE color: 4600448.

HSL color Cylindrical-coordinate representation of color #803246: hue angle of 344.62º 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 #803246 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 70 -
CMYK 0 0.61 0.45 0.50
HSL 344.62º 0.44% 0.35% -
HSV(B) 344.62º 0.61% 0.5% -
XYZ 11.15 7.31 6.62 -
YUV 75.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 128 50 70 0 0.61 0.45 0.50 344.62 0.44 0.35
Hex 80 32 46 0 3D 2D 32 159 2C 23
Octal 200 62 106 0 75 55 62 531 54 43
Binary 10000000 110010 1000110 0 111101 101101 110010 101011001 101100 100011

Color Harmonies of #803246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803246

Black with #803246

Text Example


Text Example

White with #803246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803246; }

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

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

background-color css

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

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

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

border-color css

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

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

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