Html Css Color HEX #873448 Camelot

📋 copy color: '#873448'

red 135 ◦ green 52 ◦ blue 72

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

Shades of Camelot #873448

Tints of Camelot #873448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.8%

R = 52.12%
G = 20.08%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#873448 (or 0x873448) is known color: Camelot. HEX triplet: 87, 34 and 48. RGB value is (135,52,72). Sum of RGB (Red+Green+Blue) = 135+52+72=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #873448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873448 is #78CBB7. Grayscale: #4F4F4F. Windows color (decimal): -7916472 or 4732039. OLE color: 4732039.

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

Color convert

RGB 135 52 72 -
CMYK 0 0.61 0.47 0.47
HSL 345.54º 0.44% 0.37% -
HSV(B) 345.54º 0.61% 0.53% -
XYZ 12.39 8.07 7.04 -
YUV 79.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 135 52 72 0 0.61 0.47 0.47 345.54 0.44 0.37
Hex 87 34 48 0 3D 2F 2F 15A 2C 25
Octal 207 64 110 0 75 57 57 532 54 45
Binary 10000111 110100 1001000 0 111101 101111 101111 101011010 101100 100101

Color Harmonies of #873448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873448

Black with #873448

Text Example


Text Example

White with #873448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873448; }

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

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

background-color css

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

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

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

border-color css

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

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

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