Html Css Color HEX #8C3648 Camelot

📋 copy color: '#8C3648'

red 140 ◦ green 54 ◦ blue 72

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

Shades of Camelot #8C3648

Tints of Camelot #8C3648

RGB

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

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

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

R = 52.63%
G = 20.3%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C3648 (or 0x8C3648) is known color: Camelot. HEX triplet: 8C, 36 and 48. RGB value is (140,54,72). Sum of RGB (Red+Green+Blue) = 140+54+72=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3648 is #73C9B7. Grayscale: #515151. Windows color (decimal): -7588280 or 4732556. OLE color: 4732556.

HSL color Cylindrical-coordinate representation of color #8C3648: hue angle of 347.44º 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 #8C3648 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 54 72 -
CMYK 0 0.61 0.49 0.45
HSL 347.44º 0.44% 0.38% -
HSV(B) 347.44º 0.61% 0.55% -
XYZ 13.3 8.68 7.11 -
YUV 81.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 140 54 72 0 0.61 0.49 0.45 347.44 0.44 0.38
Hex 8C 36 48 0 3D 31 2D 15B 2C 26
Octal 214 66 110 0 75 61 55 533 54 46
Binary 10001100 110110 1001000 0 111101 110001 101101 101011011 101100 100110

Color Harmonies of #8C3648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3648

Black with #8C3648

Text Example


Text Example

White with #8C3648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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