Html Css Color HEX #873349 Camelot

📋 copy color: '#873349'

red 135 ◦ green 51 ◦ blue 73

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

Shades of Camelot #873349

Tints of Camelot #873349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 52.12%
G = 19.69%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#873349 (or 0x873349) is known color: Camelot. HEX triplet: 87, 33 and 49. RGB value is (135,51,73). Sum of RGB (Red+Green+Blue) = 135+51+73=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #873349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873349 is #78CCB6. Grayscale: #4E4E4E. Windows color (decimal): -7916727 or 4797319. OLE color: 4797319.

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

Color convert

RGB 135 51 73 -
CMYK 0 0.62 0.46 0.47
HSL 344.29º 0.45% 0.36% -
HSV(B) 344.29º 0.62% 0.53% -
XYZ 12.38 8 7.2 -
YUV 78.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 135 51 73 0 0.62 0.46 0.47 344.29 0.45 0.36
Hex 87 33 49 0 3E 2E 2F 158 2D 24
Octal 207 63 111 0 76 56 57 530 55 44
Binary 10000111 110011 1001001 0 111110 101110 101111 101011000 101101 100100

Color Harmonies of #873349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873349

Black with #873349

Text Example


Text Example

White with #873349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873349; }

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

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

background-color css

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

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

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

border-color css

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

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

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