#8A374C

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

Shades of Camelot #8A374C

Tints of Camelot #8A374C

Color information

#8A374C (or 0x8A374C) is unknown color: approx Camelot. HEX triplet: 8A, 37 and 4C. RGB value is (138,55,76). Sum of RGB (Red+Green+Blue) = 138+55+76=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A374C is #75C8B3. Grayscale: #525252. Windows color (decimal): -7719092 or 4994954. OLE color: 4994954.

HSL color Cylindrical-coordinate representation of color #8A374C: hue angle of 344.82º 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 #8A374C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1385576-
CMYK00.600.450.46
HSL344.82º43.01%37.84%-
HSV(B)344.82º60.14%54.12%-
XYZ13.158.667.82-
YUV82.21124.5167.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.30%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=51.30%
G=20.45%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138557600.600.450.46344.8243.0137.84
Hex8A374C03C2D2E1592b26
Octal2126711407455565315346
Binary1000101011011110011000111100101101101110101011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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