Html Css Color HEX #80384C Camelot

📋 copy color: '#80384C'

red 128 ◦ green 56 ◦ blue 76

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

Shades of Camelot #80384C

Tints of Camelot #80384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 49.23%
G = 21.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80384C (or 0x80384C) is known color: Camelot. HEX triplet: 80, 38 and 4C. RGB value is (128,56,76). Sum of RGB (Red+Green+Blue) = 128+56+76=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80384C is #7FC7B3. Grayscale: #4F4F4F. Windows color (decimal): -8374196 or 4995200. OLE color: 4995200.

HSL color Cylindrical-coordinate representation of color #80384C: hue angle of 343.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80384C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 76 -
CMYK 0 0.56 0.41 0.50
HSL 343.33º 0.39% 0.36% -
HSV(B) 343.33º 0.56% 0.5% -
XYZ 11.62 7.94 7.76 -
YUV 79.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 128 56 76 0 0.56 0.41 0.50 343.33 0.39 0.36
Hex 80 38 4C 0 38 29 32 157 27 24
Octal 200 70 114 0 70 51 62 527 47 44
Binary 10000000 111000 1001100 0 111000 101001 110010 101010111 100111 100100

Color Harmonies of #80384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80384C

Black with #80384C

Text Example


Text Example

White with #80384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80384C; }

 p { color: rgb(128,56,76); }

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

background-color css

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

 a { background-color: rgb(128,56,76); }

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

border-color css

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

 span { border-color: rgb(128,56,76); }

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