Html Css Color HEX #873F4D Camelot

📋 copy color: '#873F4D'

red 135 ◦ green 63 ◦ blue 77

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

Shades of Camelot #873F4D

Tints of Camelot #873F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

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

R = 49.09%
G = 22.91%
B = 28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#873F4D (or 0x873F4D) is known color: Camelot. HEX triplet: 87, 3F and 4D. RGB value is (135,63,77). Sum of RGB (Red+Green+Blue) = 135+63+77=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #873F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F4D is #78C0B2. Grayscale: #565656. Windows color (decimal): -7913651 or 5062535. OLE color: 5062535.

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

Color convert

RGB 135 63 77 -
CMYK 0 0.53 0.43 0.47
HSL 348.33º 0.36% 0.39% -
HSV(B) 348.33º 0.53% 0.53% -
XYZ 13.11 9.24 8.11 -
YUV 86.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 135 63 77 0 0.53 0.43 0.47 348.33 0.36 0.39
Hex 87 3F 4D 0 35 2B 2F 15C 24 27
Octal 207 77 115 0 65 53 57 534 44 47
Binary 10000111 111111 1001101 0 110101 101011 101111 101011100 100100 100111

Color Harmonies of #873F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F4D

Black with #873F4D

Text Example


Text Example

White with #873F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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