Html Css Color HEX #80374D Camelot

📋 copy color: '#80374D'

red 128 ◦ green 55 ◦ blue 77

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

Shades of Camelot #80374D

Tints of Camelot #80374D

RGB

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

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

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

R = 49.23%
G = 21.15%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80374D (or 0x80374D) is known color: Camelot. HEX triplet: 80, 37 and 4D. RGB value is (128,55,77). Sum of RGB (Red+Green+Blue) = 128+55+77=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80374D is #7FC8B2. Grayscale: #4F4F4F. Windows color (decimal): -8374451 or 5060480. OLE color: 5060480.

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

Color convert

RGB 128 55 77 -
CMYK 0 0.57 0.40 0.50
HSL 341.92º 0.4% 0.36% -
HSV(B) 341.92º 0.57% 0.5% -
XYZ 11.61 7.86 7.93 -
YUV 79.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 128 55 77 0 0.57 0.40 0.50 341.92 0.4 0.36
Hex 80 37 4D 0 39 28 32 156 28 24
Octal 200 67 115 0 71 50 62 526 50 44
Binary 10000000 110111 1001101 0 111001 101000 110010 101010110 101000 100100

Color Harmonies of #80374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80374D

Black with #80374D

Text Example


Text Example

White with #80374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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