Html Css Color HEX #803E53 Camelot

📋 copy color: '#803E53'

red 128 ◦ green 62 ◦ blue 83

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

Shades of Camelot #803E53

Tints of Camelot #803E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 46.89%
G = 22.71%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#803E53 (or 0x803E53) is known color: Camelot. HEX triplet: 80, 3E and 53. RGB value is (128,62,83). Sum of RGB (Red+Green+Blue) = 128+62+83=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #803E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E53 is #7FC1AC. Grayscale: #545454. Windows color (decimal): -8372653 or 5455488. OLE color: 5455488.

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

Color convert

RGB 128 62 83 -
CMYK 0 0.52 0.35 0.50
HSL 340.91º 0.35% 0.37% -
HSV(B) 340.91º 0.52% 0.5% -
XYZ 12.19 8.66 9.21 -
YUV 84.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 128 62 83 0 0.52 0.35 0.50 340.91 0.35 0.37
Hex 80 3E 53 0 34 23 32 155 23 25
Octal 200 76 123 0 64 43 62 525 43 45
Binary 10000000 111110 1010011 0 110100 100011 110010 101010101 100011 100101

Color Harmonies of #803E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803E53

Black with #803E53

Text Example


Text Example

White with #803E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803E53; }

 p { color: rgb(128,62,83); }

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

background-color css

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

 a { background-color: rgb(128,62,83); }

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

border-color css

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

 span { border-color: rgb(128,62,83); }

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