Html Css Color HEX #803751 Camelot

📋 copy color: '#803751'

red 128 ◦ green 55 ◦ blue 81

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

Shades of Camelot #803751

Tints of Camelot #803751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 48.48%
G = 20.83%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#803751 (or 0x803751) is known color: Camelot. HEX triplet: 80, 37 and 51. RGB value is (128,55,81). Sum of RGB (Red+Green+Blue) = 128+55+81=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803751 is #7FC8AE. Grayscale: #4F4F4F. Windows color (decimal): -8374447 or 5322624. OLE color: 5322624.

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

Color convert

RGB 128 55 81 -
CMYK 0 0.57 0.37 0.50
HSL 338.63º 0.4% 0.36% -
HSV(B) 338.63º 0.57% 0.5% -
XYZ 11.75 7.92 8.69 -
YUV 79.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 128 55 81 0 0.57 0.37 0.50 338.63 0.4 0.36
Hex 80 37 51 0 39 25 32 153 28 24
Octal 200 67 121 0 71 45 62 523 50 44
Binary 10000000 110111 1010001 0 111001 100101 110010 101010011 101000 100100

Color Harmonies of #803751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803751

Black with #803751

Text Example


Text Example

White with #803751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803751; }

 p { color: rgb(128,55,81); }

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

background-color css

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

 a { background-color: rgb(128,55,81); }

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

border-color css

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

 span { border-color: rgb(128,55,81); }

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