Html Css Color HEX #8A3E50 Camelot

📋 copy color: '#8A3E50'

red 138 ◦ green 62 ◦ blue 80

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

Shades of Camelot #8A3E50

Tints of Camelot #8A3E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 49.29%
G = 22.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A3E50 (or 0x8A3E50) is known color: Camelot. HEX triplet: 8A, 3E and 50. RGB value is (138,62,80). Sum of RGB (Red+Green+Blue) = 138+62+80=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E50 is #75C1AF. Grayscale: #565656. Windows color (decimal): -7717296 or 5258890. OLE color: 5258890.

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

Color convert

RGB 138 62 80 -
CMYK 0 0.55 0.42 0.46
HSL 345.79º 0.38% 0.39% -
HSV(B) 345.79º 0.55% 0.54% -
XYZ 13.65 9.43 8.69 -
YUV 86.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 138 62 80 0 0.55 0.42 0.46 345.79 0.38 0.39
Hex 8A 3E 50 0 37 2A 2E 15A 26 27
Octal 212 76 120 0 67 52 56 532 46 47
Binary 10001010 111110 1010000 0 110111 101010 101110 101011010 100110 100111

Color Harmonies of #8A3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E50

Black with #8A3E50

Text Example


Text Example

White with #8A3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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