Html Css Color HEX #873141 Camelot

📋 copy color: '#873141'

red 135 ◦ green 49 ◦ blue 65

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

Shades of Camelot #873141

Tints of Camelot #873141

RGB

 RED value IS 135 (53.13% from 255) = 54.22%

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 54.22%
G = 19.68%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#873141 (or 0x873141) is known color: Camelot. HEX triplet: 87, 31 and 41. RGB value is (135,49,65). Sum of RGB (Red+Green+Blue) = 135+49+65=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873141 is #78CEBE. Grayscale: #4C4C4C. Windows color (decimal): -7917247 or 4272519. OLE color: 4272519.

HSL color Cylindrical-coordinate representation of color #873141: hue angle of 348.84º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873141 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 65 -
CMYK 0 0.64 0.52 0.47
HSL 348.84º 0.47% 0.36% -
HSV(B) 348.84º 0.64% 0.53% -
XYZ 12.04 7.73 5.86 -
YUV 76.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 135 49 65 0 0.64 0.52 0.47 348.84 0.47 0.36
Hex 87 31 41 0 40 34 2F 15D 2F 24
Octal 207 61 101 0 100 64 57 535 57 44
Binary 10000111 110001 1000001 0 1000000 110100 101111 101011101 101111 100100

Color Harmonies of #873141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873141

Black with #873141

Text Example


Text Example

White with #873141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873141; }

 p { color: rgb(135,49,65); }

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

background-color css

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

 a { background-color: rgb(135,49,65); }

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

border-color css

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

 span { border-color: rgb(135,49,65); }

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