Html Css Color HEX #80354D Camelot

📋 copy color: '#80354D'

red 128 ◦ green 53 ◦ blue 77

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

Shades of Camelot #80354D

Tints of Camelot #80354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 49.61%
G = 20.54%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80354D (or 0x80354D) is known color: Camelot. HEX triplet: 80, 35 and 4D. RGB value is (128,53,77). Sum of RGB (Red+Green+Blue) = 128+53+77=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80354D is #7FCAB2. Grayscale: #4E4E4E. Windows color (decimal): -8374963 or 5059968. OLE color: 5059968.

HSL color Cylindrical-coordinate representation of color #80354D: hue angle of 340.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80354D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 77 -
CMYK 0 0.59 0.40 0.50
HSL 340.8º 0.41% 0.35% -
HSV(B) 340.8º 0.59% 0.5% -
XYZ 11.51 7.67 7.89 -
YUV 78.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 128 53 77 0 0.59 0.40 0.50 340.8 0.41 0.35
Hex 80 35 4D 0 3B 28 32 155 29 23
Octal 200 65 115 0 73 50 62 525 51 43
Binary 10000000 110101 1001101 0 111011 101000 110010 101010101 101001 100011

Color Harmonies of #80354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80354D

Black with #80354D

Text Example


Text Example

White with #80354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80354D; }

 p { color: rgb(128,53,77); }

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

background-color css

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

 a { background-color: rgb(128,53,77); }

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

border-color css

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

 span { border-color: rgb(128,53,77); }

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