Html Css Color HEX #873A4D Camelot

📋 copy color: '#873A4D'

red 135 ◦ green 58 ◦ blue 77

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

Shades of Camelot #873A4D

Tints of Camelot #873A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 50%
G = 21.48%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#873A4D (or 0x873A4D) is known color: Camelot. HEX triplet: 87, 3A and 4D. RGB value is (135,58,77). Sum of RGB (Red+Green+Blue) = 135+58+77=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #873A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A4D is #78C5B2. Grayscale: #535353. Windows color (decimal): -7914931 or 5061255. OLE color: 5061255.

HSL color Cylindrical-coordinate representation of color #873A4D: hue angle of 345.19º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A4D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 77 -
CMYK 0 0.57 0.43 0.47
HSL 345.19º 0.4% 0.38% -
HSV(B) 345.19º 0.57% 0.53% -
XYZ 12.84 8.71 8.03 -
YUV 83.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 135 58 77 0 0.57 0.43 0.47 345.19 0.4 0.38
Hex 87 3A 4D 0 39 2B 2F 159 28 26
Octal 207 72 115 0 71 53 57 531 50 46
Binary 10000111 111010 1001101 0 111001 101011 101111 101011001 101000 100110

Color Harmonies of #873A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A4D

Black with #873A4D

Text Example


Text Example

White with #873A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A4D; }

 p { color: rgb(135,58,77); }

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

background-color css

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

 a { background-color: rgb(135,58,77); }

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

border-color css

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

 span { border-color: rgb(135,58,77); }

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