#8A374D

Color #8A374D Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #8A374D

Tints of Camelot #8A374D

Color information

#8A374D (or 0x8A374D) is unknown color: approx Camelot. HEX triplet: 8A, 37 and 4D. RGB value is (138,55,77). Sum of RGB (Red+Green+Blue) = 138+55+77=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A374D is #75C8B2. Grayscale: #525252. Windows color (decimal): -7719091 or 5060490. OLE color: 5060490.

HSL color Cylindrical-coordinate representation of color #8A374D: hue angle of 344.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A374D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1385577-
CMYK00.600.440.46
HSL344.1º43.01%37.84%-
HSV(B)344.1º60.14%54.12%-
XYZ13.198.678-
YUV82.32125167.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=51.11%
G=20.37%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138557700.600.440.46344.143.0137.84
Hex8A374D03C2C2E1582b26
Octal2126711507454565305346
Binary1000101011011110011010111100101100101110101011000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A374D; }

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

 H1.HeaderClassName
 {
   color: #8A374D;
 }
 .AnyTagClassName
 {
   color: #8A374D;
 }
</style>
background-color css

<style>
 a { background-color: #8A374D; }

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

 div.DivClassName
 {
   background-color: #8A374D;
 }
 .BgClassName
 {
   background-color: #8A374D;
 }
</style>
border-color css

<style>
 span { border-color: #8A374D; }

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

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