Html Css Color HEX #8E3D4D Camelot

📋 copy color: '#8E3D4D'

red 142 ◦ green 61 ◦ blue 77

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

Shades of Camelot #8E3D4D

Tints of Camelot #8E3D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 50.71%
G = 21.79%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E3D4D (or 0x8E3D4D) is known color: Camelot. HEX triplet: 8E, 3D and 4D. RGB value is (142,61,77). Sum of RGB (Red+Green+Blue) = 142+61+77=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D4D is #71C2B2. Grayscale: #575757. Windows color (decimal): -7455411 or 5062030. OLE color: 5062030.

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

Color convert

RGB 142 61 77 -
CMYK 0 0.57 0.46 0.44
HSL 348.15º 0.4% 0.4% -
HSV(B) 348.15º 0.57% 0.56% -
XYZ 14.16 9.62 8.13 -
YUV 87.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 142 61 77 0 0.57 0.46 0.44 348.15 0.4 0.4
Hex 8E 3D 4D 0 39 2E 2C 15C 28 28
Octal 216 75 115 0 71 56 54 534 50 50
Binary 10001110 111101 1001101 0 111001 101110 101100 101011100 101000 101000

Color Harmonies of #8E3D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3D4D

Black with #8E3D4D

Text Example


Text Example

White with #8E3D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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