Html Css Color HEX #8C3549 Camelot

📋 copy color: '#8C3549'

red 140 ◦ green 53 ◦ blue 73

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

Shades of Camelot #8C3549

Tints of Camelot #8C3549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 52.63%
G = 19.92%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C3549 (or 0x8C3549) is known color: Camelot. HEX triplet: 8C, 35 and 49. RGB value is (140,53,73). Sum of RGB (Red+Green+Blue) = 140+53+73=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3549 is #73CAB6. Grayscale: #515151. Windows color (decimal): -7588535 or 4797836. OLE color: 4797836.

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

Color convert

RGB 140 53 73 -
CMYK 0 0.62 0.48 0.45
HSL 346.21º 0.45% 0.38% -
HSV(B) 346.21º 0.62% 0.55% -
XYZ 13.29 8.6 7.26 -
YUV 81.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 140 53 73 0 0.62 0.48 0.45 346.21 0.45 0.38
Hex 8C 35 49 0 3E 30 2D 15A 2D 26
Octal 214 65 111 0 76 60 55 532 55 46
Binary 10001100 110101 1001001 0 111110 110000 101101 101011010 101101 100110

Color Harmonies of #8C3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3549

Black with #8C3549

Text Example


Text Example

White with #8C3549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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