Html Css Color HEX #873246 Camelot

📋 copy color: '#873246'

red 135 ◦ green 50 ◦ blue 70

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

Shades of Camelot #873246

Tints of Camelot #873246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 52.94%
G = 19.61%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#873246 (or 0x873246) is known color: Camelot. HEX triplet: 87, 32 and 46. RGB value is (135,50,70). Sum of RGB (Red+Green+Blue) = 135+50+70=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873246 is #78CDB9. Grayscale: #4D4D4D. Windows color (decimal): -7916986 or 4600455. OLE color: 4600455.

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

Color convert

RGB 135 50 70 -
CMYK 0 0.63 0.48 0.47
HSL 345.88º 0.46% 0.36% -
HSV(B) 345.88º 0.63% 0.53% -
XYZ 12.24 7.87 6.67 -
YUV 77.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 135 50 70 0 0.63 0.48 0.47 345.88 0.46 0.36
Hex 87 32 46 0 3F 30 2F 15A 2E 24
Octal 207 62 106 0 77 60 57 532 56 44
Binary 10000111 110010 1000110 0 111111 110000 101111 101011010 101110 100100

Color Harmonies of #873246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873246

Black with #873246

Text Example


Text Example

White with #873246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873246; }

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

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

background-color css

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

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

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

border-color css

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

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

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