Html Css Color HEX #80374A Camelot

📋 copy color: '#80374A'

red 128 ◦ green 55 ◦ blue 74

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

Shades of Camelot #80374A

Tints of Camelot #80374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 49.81%
G = 21.4%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80374A (or 0x80374A) is known color: Camelot. HEX triplet: 80, 37 and 4A. RGB value is (128,55,74). Sum of RGB (Red+Green+Blue) = 128+55+74=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80374A is #7FC8B5. Grayscale: #4E4E4E. Windows color (decimal): -8374454 or 4863872. OLE color: 4863872.

HSL color Cylindrical-coordinate representation of color #80374A: hue angle of 344.38º 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 #80374A is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 74 -
CMYK 0 0.57 0.42 0.50
HSL 344.38º 0.4% 0.36% -
HSV(B) 344.38º 0.57% 0.5% -
XYZ 11.5 7.82 7.38 -
YUV 78.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 128 55 74 0 0.57 0.42 0.50 344.38 0.4 0.36
Hex 80 37 4A 0 39 2A 32 158 28 24
Octal 200 67 112 0 71 52 62 530 50 44
Binary 10000000 110111 1001010 0 111001 101010 110010 101011000 101000 100100

Color Harmonies of #80374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80374A

Black with #80374A

Text Example


Text Example

White with #80374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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