Html Css Color HEX #8C4151 Camelot

📋 copy color: '#8C4151'

red 140 ◦ green 65 ◦ blue 81

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

Shades of Camelot #8C4151

Tints of Camelot #8C4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 48.95%
G = 22.73%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8C4151 (or 0x8C4151) is known color: Camelot. HEX triplet: 8C, 41 and 51. RGB value is (140,65,81). Sum of RGB (Red+Green+Blue) = 140+65+81=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4151 is #73BEAE. Grayscale: #595959. Windows color (decimal): -7585455 or 5325196. OLE color: 5325196.

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

Color convert

RGB 140 65 81 -
CMYK 0 0.54 0.42 0.45
HSL 347.2º 0.37% 0.4% -
HSV(B) 347.2º 0.54% 0.55% -
XYZ 14.19 9.95 8.96 -
YUV 89.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 140 65 81 0 0.54 0.42 0.45 347.2 0.37 0.4
Hex 8C 41 51 0 36 2A 2D 15B 25 28
Octal 214 101 121 0 66 52 55 533 45 50
Binary 10001100 1000001 1010001 0 110110 101010 101101 101011011 100101 101000

Color Harmonies of #8C4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4151

Black with #8C4151

Text Example


Text Example

White with #8C4151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,81); }

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

background-color css

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

 a { background-color: rgb(140,65,81); }

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

border-color css

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

 span { border-color: rgb(140,65,81); }

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