Html Css Color HEX #8E3D49 Camelot

📋 copy color: '#8E3D49'

red 142 ◦ green 61 ◦ blue 73

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

Shades of Camelot #8E3D49

Tints of Camelot #8E3D49

RGB

 RED value IS 142 (55.86% from 255) = 51.45%

 GREEN value IS 61 (24.22% from 255) = 22.1%

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

R = 51.45%
G = 22.1%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E3D49 (or 0x8E3D49) is known color: Camelot. HEX triplet: 8E, 3D and 49. RGB value is (142,61,73). Sum of RGB (Red+Green+Blue) = 142+61+73=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3D49 is #71C2B6. Grayscale: #565656. Windows color (decimal): -7455415 or 4799886. OLE color: 4799886.

HSL color Cylindrical-coordinate representation of color #8E3D49: hue angle of 351.11º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D49 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 61 73 -
CMYK 0 0.57 0.49 0.44
HSL 351.11º 0.4% 0.4% -
HSV(B) 351.11º 0.57% 0.56% -
XYZ 14.03 9.57 7.41 -
YUV 86.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 142 61 73 0 0.57 0.49 0.44 351.11 0.4 0.4
Hex 8E 3D 49 0 39 31 2C 15F 28 28
Octal 216 75 111 0 71 61 54 537 50 50
Binary 10001110 111101 1001001 0 111001 110001 101100 101011111 101000 101000

Color Harmonies of #8E3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3D49

Black with #8E3D49

Text Example


Text Example

White with #8E3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,61,73); }

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

background-color css

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

 a { background-color: rgb(142,61,73); }

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

border-color css

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

 span { border-color: rgb(142,61,73); }

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