Html Css Color HEX #873146 Camelot

📋 copy color: '#873146'

red 135 ◦ green 49 ◦ blue 70

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

Shades of Camelot #873146

Tints of Camelot #873146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 53.15%
G = 19.29%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#873146 (or 0x873146) is known color: Camelot. HEX triplet: 87, 31 and 46. RGB value is (135,49,70). Sum of RGB (Red+Green+Blue) = 135+49+70=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #873146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873146 is #78CEB9. Grayscale: #4D4D4D. Windows color (decimal): -7917242 or 4600199. OLE color: 4600199.

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

Color convert

RGB 135 49 70 -
CMYK 0 0.64 0.48 0.47
HSL 345.35º 0.47% 0.36% -
HSV(B) 345.35º 0.64% 0.53% -
XYZ 12.2 7.79 6.66 -
YUV 77.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 135 49 70 0 0.64 0.48 0.47 345.35 0.47 0.36
Hex 87 31 46 0 40 30 2F 159 2F 24
Octal 207 61 106 0 100 60 57 531 57 44
Binary 10000111 110001 1000110 0 1000000 110000 101111 101011001 101111 100100

Color Harmonies of #873146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873146

Black with #873146

Text Example


Text Example

White with #873146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873146; }

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

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

background-color css

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

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

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

border-color css

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

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

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