Html Css Color HEX #803D52 Camelot

📋 copy color: '#803D52'

red 128 ◦ green 61 ◦ blue 82

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

Shades of Camelot #803D52

Tints of Camelot #803D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 47.23%
G = 22.51%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#803D52 (or 0x803D52) is known color: Camelot. HEX triplet: 80, 3D and 52. RGB value is (128,61,82). Sum of RGB (Red+Green+Blue) = 128+61+82=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #803D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D52 is #7FC2AD. Grayscale: #535353. Windows color (decimal): -8372910 or 5389696. OLE color: 5389696.

HSL color Cylindrical-coordinate representation of color #803D52: hue angle of 341.19º 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 #803D52 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 82 -
CMYK 0 0.52 0.36 0.50
HSL 341.19º 0.35% 0.37% -
HSV(B) 341.19º 0.52% 0.5% -
XYZ 12.09 8.54 8.99 -
YUV 83.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 128 61 82 0 0.52 0.36 0.50 341.19 0.35 0.37
Hex 80 3D 52 0 34 24 32 155 23 25
Octal 200 75 122 0 64 44 62 525 43 45
Binary 10000000 111101 1010010 0 110100 100100 110010 101010101 100011 100101

Color Harmonies of #803D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D52

Black with #803D52

Text Example


Text Example

White with #803D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,61,82); }

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

background-color css

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

 a { background-color: rgb(128,61,82); }

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

border-color css

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

 span { border-color: rgb(128,61,82); }

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