Html Css Color HEX #873446 Camelot

📋 copy color: '#873446'

red 135 ◦ green 52 ◦ blue 70

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

Shades of Camelot #873446

Tints of Camelot #873446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 52.53%
G = 20.23%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#873446 (or 0x873446) is known color: Camelot. HEX triplet: 87, 34 and 46. RGB value is (135,52,70). Sum of RGB (Red+Green+Blue) = 135+52+70=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #873446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873446 is #78CBB9. Grayscale: #4E4E4E. Windows color (decimal): -7916474 or 4600967. OLE color: 4600967.

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

Color convert

RGB 135 52 70 -
CMYK 0 0.61 0.48 0.47
HSL 346.99º 0.44% 0.37% -
HSV(B) 346.99º 0.61% 0.53% -
XYZ 12.33 8.05 6.7 -
YUV 78.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 135 52 70 0 0.61 0.48 0.47 346.99 0.44 0.37
Hex 87 34 46 0 3D 30 2F 15B 2C 25
Octal 207 64 106 0 75 60 57 533 54 45
Binary 10000111 110100 1000110 0 111101 110000 101111 101011011 101100 100101

Color Harmonies of #873446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873446

Black with #873446

Text Example


Text Example

White with #873446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873446; }

 p { color: rgb(135,52,70); }

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

background-color css

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

 a { background-color: rgb(135,52,70); }

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

border-color css

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

 span { border-color: rgb(135,52,70); }

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