Html Css Color HEX #8D3447 Camelot

📋 copy color: '#8D3447'

red 141 ◦ green 52 ◦ blue 71

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

Shades of Camelot #8D3447

Tints of Camelot #8D3447

RGB

 RED value IS 141 (55.47% from 255) = 53.41%

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 53.41%
G = 19.7%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D3447 (or 0x8D3447) is known color: Camelot. HEX triplet: 8D, 34 and 47. RGB value is (141,52,71). Sum of RGB (Red+Green+Blue) = 141+52+71=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3447 is #72CBB8. Grayscale: #505050. Windows color (decimal): -7523257 or 4666509. OLE color: 4666509.

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

Color convert

RGB 141 52 71 -
CMYK 0 0.63 0.50 0.45
HSL 347.19º 0.46% 0.38% -
HSV(B) 347.19º 0.63% 0.55% -
XYZ 13.35 8.57 6.91 -
YUV 80.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 141 52 71 0 0.63 0.50 0.45 347.19 0.46 0.38
Hex 8D 34 47 0 3F 32 2D 15B 2E 26
Octal 215 64 107 0 77 62 55 533 56 46
Binary 10001101 110100 1000111 0 111111 110010 101101 101011011 101110 100110

Color Harmonies of #8D3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3447

Black with #8D3447

Text Example


Text Example

White with #8D3447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,71); }

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

background-color css

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

 a { background-color: rgb(141,52,71); }

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

border-color css

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

 span { border-color: rgb(141,52,71); }

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