Html Css Color HEX #8A374D Camelot

📋 copy color: '#8A374D'

red 138 ◦ green 55 ◦ blue 77

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

Shades of Camelot #8A374D

Tints of Camelot #8A374D

RGB

 RED value IS 138 (54.3% 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 value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#8A374D (or 0x8A374D) is known color: 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

RGB 138 55 77 -
CMYK 0 0.60 0.44 0.46
HSL 344.1º 0.43% 0.38% -
HSV(B) 344.1º 0.6% 0.54% -
XYZ 13.19 8.67 8 -
YUV 82.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 138 55 77 0 0.60 0.44 0.46 344.1 0.43 0.38
Hex 8A 37 4D 0 3C 2C 2E 158 2B 26
Octal 212 67 115 0 74 54 56 530 53 46
Binary 10001010 110111 1001101 0 111100 101100 101110 101011000 101011 100110

Color Harmonies of #8A374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A374D

Black with #8A374D

Text Example


Text Example

White with #8A374D

Text Example


Text Example

HTML Codes & Css Web 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>