Html Css Color HEX #803950 Camelot

📋 copy color: '#803950'

red 128 ◦ green 57 ◦ blue 80

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

Shades of Camelot #803950

Tints of Camelot #803950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 48.3%
G = 21.51%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#803950 (or 0x803950) is known color: Camelot. HEX triplet: 80, 39 and 50. RGB value is (128,57,80). Sum of RGB (Red+Green+Blue) = 128+57+80=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #803950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803950 is #7FC6AF. Grayscale: #505050. Windows color (decimal): -8373936 or 5257600. OLE color: 5257600.

HSL color Cylindrical-coordinate representation of color #803950: hue angle of 340.56º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803950 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 80 -
CMYK 0 0.55 0.38 0.50
HSL 340.56º 0.38% 0.36% -
HSV(B) 340.56º 0.55% 0.5% -
XYZ 11.81 8.09 8.53 -
YUV 80.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 128 57 80 0 0.55 0.38 0.50 340.56 0.38 0.36
Hex 80 39 50 0 37 26 32 155 26 24
Octal 200 71 120 0 67 46 62 525 46 44
Binary 10000000 111001 1010000 0 110111 100110 110010 101010101 100110 100100

Color Harmonies of #803950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803950

Black with #803950

Text Example


Text Example

White with #803950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803950; }

 p { color: rgb(128,57,80); }

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

background-color css

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

 a { background-color: rgb(128,57,80); }

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

border-color css

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

 span { border-color: rgb(128,57,80); }

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