Html Css Color HEX #8C3247 Camelot

📋 copy color: '#8C3247'

red 140 ◦ green 50 ◦ blue 71

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

Shades of Camelot #8C3247

Tints of Camelot #8C3247

RGB

 RED value IS 140 (55.08% from 255) = 53.64%

 GREEN value IS 50 (19.92% from 255) = 19.16%

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

R = 53.64%
G = 19.16%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C3247 (or 0x8C3247) is known color: Camelot. HEX triplet: 8C, 32 and 47. RGB value is (140,50,71). Sum of RGB (Red+Green+Blue) = 140+50+71=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3247 is #73CDB8. Grayscale: #4F4F4F. Windows color (decimal): -7589305 or 4665996. OLE color: 4665996.

HSL color Cylindrical-coordinate representation of color #8C3247: hue angle of 346º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3247 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 50 71 -
CMYK 0 0.64 0.49 0.45
HSL 346º 0.47% 0.37% -
HSV(B) 346º 0.64% 0.55% -
XYZ 13.09 8.31 6.88 -
YUV 79.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 140 50 71 0 0.64 0.49 0.45 346 0.47 0.37
Hex 8C 32 47 0 40 31 2D 15A 2F 25
Octal 214 62 107 0 100 61 55 532 57 45
Binary 10001100 110010 1000111 0 1000000 110001 101101 101011010 101111 100101

Color Harmonies of #8C3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3247

Black with #8C3247

Text Example


Text Example

White with #8C3247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,50,71); }

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

background-color css

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

 a { background-color: rgb(140,50,71); }

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

border-color css

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

 span { border-color: rgb(140,50,71); }

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