Html Css Color HEX #873750 Camelot

📋 copy color: '#873750'

red 135 ◦ green 55 ◦ blue 80

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

Shades of Camelot #873750

Tints of Camelot #873750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 50%
G = 20.37%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#873750 (or 0x873750) is known color: Camelot. HEX triplet: 87, 37 and 50. RGB value is (135,55,80). Sum of RGB (Red+Green+Blue) = 135+55+80=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #873750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873750 is #78C8AF. Grayscale: #515151. Windows color (decimal): -7915696 or 5257095. OLE color: 5257095.

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

Color convert

RGB 135 55 80 -
CMYK 0 0.59 0.41 0.47
HSL 341.25º 0.42% 0.37% -
HSV(B) 341.25º 0.59% 0.53% -
XYZ 12.81 8.46 8.55 -
YUV 81.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 135 55 80 0 0.59 0.41 0.47 341.25 0.42 0.37
Hex 87 37 50 0 3B 29 2F 155 2A 25
Octal 207 67 120 0 73 51 57 525 52 45
Binary 10000111 110111 1010000 0 111011 101001 101111 101010101 101010 100101

Color Harmonies of #873750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873750

Black with #873750

Text Example


Text Example

White with #873750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873750; }

 p { color: rgb(135,55,80); }

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

background-color css

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

 a { background-color: rgb(135,55,80); }

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

border-color css

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

 span { border-color: rgb(135,55,80); }

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