Html Css Color HEX #8E3648 Camelot

📋 copy color: '#8E3648'

red 142 ◦ green 54 ◦ blue 72

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

Shades of Camelot #8E3648

Tints of Camelot #8E3648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 52.99%
G = 20.15%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E3648 (or 0x8E3648) is known color: Camelot. HEX triplet: 8E, 36 and 48. RGB value is (142,54,72). Sum of RGB (Red+Green+Blue) = 142+54+72=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3648 is #71C9B7. Grayscale: #525252. Windows color (decimal): -7457208 or 4732558. OLE color: 4732558.

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

Color convert

RGB 142 54 72 -
CMYK 0 0.62 0.49 0.44
HSL 347.73º 0.45% 0.38% -
HSV(B) 347.73º 0.62% 0.56% -
XYZ 13.64 8.86 7.12 -
YUV 82.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 142 54 72 0 0.62 0.49 0.44 347.73 0.45 0.38
Hex 8E 36 48 0 3E 31 2C 15C 2D 26
Octal 216 66 110 0 76 61 54 534 55 46
Binary 10001110 110110 1001000 0 111110 110001 101100 101011100 101101 100110

Color Harmonies of #8E3648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3648

Black with #8E3648

Text Example


Text Example

White with #8E3648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,72); }

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

background-color css

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

 a { background-color: rgb(142,54,72); }

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

border-color css

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

 span { border-color: rgb(142,54,72); }

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