Html Css Color HEX #873849 Camelot

📋 copy color: '#873849'

red 135 ◦ green 56 ◦ blue 73

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

Shades of Camelot #873849

Tints of Camelot #873849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 51.14%
G = 21.21%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#873849 (or 0x873849) is known color: Camelot. HEX triplet: 87, 38 and 49. RGB value is (135,56,73). Sum of RGB (Red+Green+Blue) = 135+56+73=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #873849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873849 is #78C7B6. Grayscale: #515151. Windows color (decimal): -7915447 or 4798599. OLE color: 4798599.

HSL color Cylindrical-coordinate representation of color #873849: hue angle of 347.09º degrees, saturation: 0.41, 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 #873849 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 73 -
CMYK 0 0.59 0.46 0.47
HSL 347.09º 0.41% 0.37% -
HSV(B) 347.09º 0.59% 0.53% -
XYZ 12.61 8.46 7.27 -
YUV 81.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 135 56 73 0 0.59 0.46 0.47 347.09 0.41 0.37
Hex 87 38 49 0 3B 2E 2F 15B 29 25
Octal 207 70 111 0 73 56 57 533 51 45
Binary 10000111 111000 1001001 0 111011 101110 101111 101011011 101001 100101

Color Harmonies of #873849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873849

Black with #873849

Text Example


Text Example

White with #873849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873849; }

 p { color: rgb(135,56,73); }

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

background-color css

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

 a { background-color: rgb(135,56,73); }

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

border-color css

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

 span { border-color: rgb(135,56,73); }

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