Html Css Color HEX #873143 Camelot

📋 copy color: '#873143'

red 135 ◦ green 49 ◦ blue 67

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

Shades of Camelot #873143

Tints of Camelot #873143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.69%

R = 53.78%
G = 19.52%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#873143 (or 0x873143) is known color: Camelot. HEX triplet: 87, 31 and 43. RGB value is (135,49,67). Sum of RGB (Red+Green+Blue) = 135+49+67=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #873143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873143 is #78CEBC. Grayscale: #4C4C4C. Windows color (decimal): -7917245 or 4403591. OLE color: 4403591.

HSL color Cylindrical-coordinate representation of color #873143: hue angle of 347.44º 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 #873143 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 67 -
CMYK 0 0.64 0.50 0.47
HSL 347.44º 0.47% 0.36% -
HSV(B) 347.44º 0.64% 0.53% -
XYZ 12.1 7.75 6.17 -
YUV 76.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 135 49 67 0 0.64 0.50 0.47 347.44 0.47 0.36
Hex 87 31 43 0 40 32 2F 15B 2F 24
Octal 207 61 103 0 100 62 57 533 57 44
Binary 10000111 110001 1000011 0 1000000 110010 101111 101011011 101111 100100

Color Harmonies of #873143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873143

Black with #873143

Text Example


Text Example

White with #873143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873143; }

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

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

background-color css

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

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

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

border-color css

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

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

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