Html Css Color HEX #80374B Camelot

📋 copy color: '#80374B'

red 128 ◦ green 55 ◦ blue 75

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

Shades of Camelot #80374B

Tints of Camelot #80374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 49.61%
G = 21.32%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80374B (or 0x80374B) is known color: Camelot. HEX triplet: 80, 37 and 4B. RGB value is (128,55,75). Sum of RGB (Red+Green+Blue) = 128+55+75=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80374B is #7FC8B4. Grayscale: #4F4F4F. Windows color (decimal): -8374453 or 4929408. OLE color: 4929408.

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

Color convert

RGB 128 55 75 -
CMYK 0 0.57 0.41 0.50
HSL 343.56º 0.4% 0.36% -
HSV(B) 343.56º 0.57% 0.5% -
XYZ 11.54 7.83 7.56 -
YUV 79.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 128 55 75 0 0.57 0.41 0.50 343.56 0.4 0.36
Hex 80 37 4B 0 39 29 32 158 28 24
Octal 200 67 113 0 71 51 62 530 50 44
Binary 10000000 110111 1001011 0 111001 101001 110010 101011000 101000 100100

Color Harmonies of #80374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80374B

Black with #80374B

Text Example


Text Example

White with #80374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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