Html Css Color HEX #873449 Camelot

📋 copy color: '#873449'

red 135 ◦ green 52 ◦ blue 73

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

Shades of Camelot #873449

Tints of Camelot #873449

RGB

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

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

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

R = 51.92%
G = 20%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#873449 (or 0x873449) is known color: Camelot. HEX triplet: 87, 34 and 49. RGB value is (135,52,73). Sum of RGB (Red+Green+Blue) = 135+52+73=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #873449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873449 is #78CBB6. Grayscale: #4F4F4F. Windows color (decimal): -7916471 or 4797575. OLE color: 4797575.

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

Color convert

RGB 135 52 73 -
CMYK 0 0.61 0.46 0.47
HSL 344.82º 0.44% 0.37% -
HSV(B) 344.82º 0.61% 0.53% -
XYZ 12.42 8.09 7.21 -
YUV 79.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 135 52 73 0 0.61 0.46 0.47 344.82 0.44 0.37
Hex 87 34 49 0 3D 2E 2F 159 2C 25
Octal 207 64 111 0 75 56 57 531 54 45
Binary 10000111 110100 1001001 0 111101 101110 101111 101011001 101100 100101

Color Harmonies of #873449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873449

Black with #873449

Text Example


Text Example

White with #873449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873449; }

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

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

background-color css

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

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

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

border-color css

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

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

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