Html Css Color HEX #873B54 Camelot

📋 copy color: '#873B54'

red 135 ◦ green 59 ◦ blue 84

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

Shades of Camelot #873B54

Tints of Camelot #873B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 48.56%
G = 21.22%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#873B54 (or 0x873B54) is known color: Camelot. HEX triplet: 87, 3B and 54. RGB value is (135,59,84). Sum of RGB (Red+Green+Blue) = 135+59+84=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #873B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B54 is #78C4AB. Grayscale: #545454. Windows color (decimal): -7914668 or 5520263. OLE color: 5520263.

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

Color convert

RGB 135 59 84 -
CMYK 0 0.56 0.38 0.47
HSL 340.26º 0.39% 0.38% -
HSV(B) 340.26º 0.56% 0.53% -
XYZ 13.16 8.92 9.42 -
YUV 84.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 135 59 84 0 0.56 0.38 0.47 340.26 0.39 0.38
Hex 87 3B 54 0 38 26 2F 154 27 26
Octal 207 73 124 0 70 46 57 524 47 46
Binary 10000111 111011 1010100 0 111000 100110 101111 101010100 100111 100110

Color Harmonies of #873B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B54

Black with #873B54

Text Example


Text Example

White with #873B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,59,84); }

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

background-color css

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

 a { background-color: rgb(135,59,84); }

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

border-color css

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

 span { border-color: rgb(135,59,84); }

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