Html Css Color HEX #8C3950 Camelot

📋 copy color: '#8C3950'

red 140 ◦ green 57 ◦ blue 80

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

Shades of Camelot #8C3950

Tints of Camelot #8C3950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 50.54%
G = 20.58%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8C3950 (or 0x8C3950) is known color: Camelot. HEX triplet: 8C, 39 and 50. RGB value is (140,57,80). Sum of RGB (Red+Green+Blue) = 140+57+80=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3950 is #73C6AF. Grayscale: #545454. Windows color (decimal): -7587504 or 5257612. OLE color: 5257612.

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

Color convert

RGB 140 57 80 -
CMYK 0 0.59 0.43 0.45
HSL 343.37º 0.42% 0.39% -
HSV(B) 343.37º 0.59% 0.55% -
XYZ 13.73 9.08 8.62 -
YUV 84.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 140 57 80 0 0.59 0.43 0.45 343.37 0.42 0.39
Hex 8C 39 50 0 3B 2B 2D 157 2A 27
Octal 214 71 120 0 73 53 55 527 52 47
Binary 10001100 111001 1010000 0 111011 101011 101101 101010111 101010 100111

Color Harmonies of #8C3950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3950

Black with #8C3950

Text Example


Text Example

White with #8C3950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,57,80); }

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

background-color css

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

 a { background-color: rgb(140,57,80); }

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

border-color css

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

 span { border-color: rgb(140,57,80); }

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