Html Css Color HEX #80384D Camelot

📋 copy color: '#80384D'

red 128 ◦ green 56 ◦ blue 77

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

Shades of Camelot #80384D

Tints of Camelot #80384D

RGB

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

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

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

R = 49.04%
G = 21.46%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80384D (or 0x80384D) is known color: Camelot. HEX triplet: 80, 38 and 4D. RGB value is (128,56,77). Sum of RGB (Red+Green+Blue) = 128+56+77=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80384D is #7FC7B2. Grayscale: #4F4F4F. Windows color (decimal): -8374195 or 5060736. OLE color: 5060736.

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

Color convert

RGB 128 56 77 -
CMYK 0 0.56 0.40 0.50
HSL 342.5º 0.39% 0.36% -
HSV(B) 342.5º 0.56% 0.5% -
XYZ 11.66 7.95 7.94 -
YUV 79.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 128 56 77 0 0.56 0.40 0.50 342.5 0.39 0.36
Hex 80 38 4D 0 38 28 32 156 27 24
Octal 200 70 115 0 70 50 62 526 47 44
Binary 10000000 111000 1001101 0 111000 101000 110010 101010110 100111 100100

Color Harmonies of #80384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80384D

Black with #80384D

Text Example


Text Example

White with #80384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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