Html Css Color HEX #8A3E49 Camelot

📋 copy color: '#8A3E49'

red 138 ◦ green 62 ◦ blue 73

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

Shades of Camelot #8A3E49

Tints of Camelot #8A3E49

RGB

 RED value IS 138 (54.3% from 255) = 50.55%

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 50.55%
G = 22.71%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A3E49 (or 0x8A3E49) is known color: Camelot. HEX triplet: 8A, 3E and 49. RGB value is (138,62,73). Sum of RGB (Red+Green+Blue) = 138+62+73=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E49 is #75C1B6. Grayscale: #565656. Windows color (decimal): -7717303 or 4800138. OLE color: 4800138.

HSL color Cylindrical-coordinate representation of color #8A3E49: hue angle of 351.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E49 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 62 73 -
CMYK 0 0.55 0.47 0.46
HSL 351.32º 0.38% 0.39% -
HSV(B) 351.32º 0.55% 0.54% -
XYZ 13.41 9.33 7.4 -
YUV 85.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 138 62 73 0 0.55 0.47 0.46 351.32 0.38 0.39
Hex 8A 3E 49 0 37 2F 2E 15F 26 27
Octal 212 76 111 0 67 57 56 537 46 47
Binary 10001010 111110 1001001 0 110111 101111 101110 101011111 100110 100111

Color Harmonies of #8A3E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E49

Black with #8A3E49

Text Example


Text Example

White with #8A3E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,62,73); }

 H1.HeaderClassName
 {
   color: #8A3E49;
 }
 .AnyTagClassName
 {
   color: #8A3E49;
 }
</style>

background-color css

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

 a { background-color: rgb(138,62,73); }

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

border-color css

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

 span { border-color: rgb(138,62,73); }

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