Html Css Color HEX #8C3749 Camelot

📋 copy color: '#8C3749'

red 140 ◦ green 55 ◦ blue 73

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

Shades of Camelot #8C3749

Tints of Camelot #8C3749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

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

R = 52.24%
G = 20.52%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C3749 (or 0x8C3749) is known color: Camelot. HEX triplet: 8C, 37 and 49. RGB value is (140,55,73). Sum of RGB (Red+Green+Blue) = 140+55+73=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3749 is #73C8B6. Grayscale: #525252. Windows color (decimal): -7588023 or 4798348. OLE color: 4798348.

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

Color convert

RGB 140 55 73 -
CMYK 0 0.61 0.48 0.45
HSL 347.29º 0.44% 0.38% -
HSV(B) 347.29º 0.61% 0.55% -
XYZ 13.38 8.79 7.29 -
YUV 82.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 140 55 73 0 0.61 0.48 0.45 347.29 0.44 0.38
Hex 8C 37 49 0 3D 30 2D 15B 2C 26
Octal 214 67 111 0 75 60 55 533 54 46
Binary 10001100 110111 1001001 0 111101 110000 101101 101011011 101100 100110

Color Harmonies of #8C3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3749

Black with #8C3749

Text Example


Text Example

White with #8C3749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,73); }

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

background-color css

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

 a { background-color: rgb(140,55,73); }

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

border-color css

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

 span { border-color: rgb(140,55,73); }

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