Html Css Color HEX #873D4F Camelot

📋 copy color: '#873D4F'

red 135 ◦ green 61 ◦ blue 79

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

Shades of Camelot #873D4F

Tints of Camelot #873D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 49.09%
G = 22.18%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#873D4F (or 0x873D4F) is known color: Camelot. HEX triplet: 87, 3D and 4F. RGB value is (135,61,79). Sum of RGB (Red+Green+Blue) = 135+61+79=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #873D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D4F is #78C2B0. Grayscale: #555555. Windows color (decimal): -7914161 or 5193095. OLE color: 5193095.

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

Color convert

RGB 135 61 79 -
CMYK 0 0.55 0.41 0.47
HSL 345.41º 0.38% 0.38% -
HSV(B) 345.41º 0.55% 0.53% -
XYZ 13.07 9.05 8.46 -
YUV 85.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 135 61 79 0 0.55 0.41 0.47 345.41 0.38 0.38
Hex 87 3D 4F 0 37 29 2F 159 26 26
Octal 207 75 117 0 67 51 57 531 46 46
Binary 10000111 111101 1001111 0 110111 101001 101111 101011001 100110 100110

Color Harmonies of #873D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D4F

Black with #873D4F

Text Example


Text Example

White with #873D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,79); }

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

background-color css

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

 a { background-color: rgb(135,61,79); }

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

border-color css

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

 span { border-color: rgb(135,61,79); }

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