Html Css Color HEX #873248 Camelot

📋 copy color: '#873248'

red 135 ◦ green 50 ◦ blue 72

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

Shades of Camelot #873248

Tints of Camelot #873248

RGB

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

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

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

R = 52.53%
G = 19.46%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#873248 (or 0x873248) is known color: Camelot. HEX triplet: 87, 32 and 48. RGB value is (135,50,72). Sum of RGB (Red+Green+Blue) = 135+50+72=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #873248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873248 is #78CDB7. Grayscale: #4D4D4D. Windows color (decimal): -7916984 or 4731527. OLE color: 4731527.

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

Color convert

RGB 135 50 72 -
CMYK 0 0.63 0.47 0.47
HSL 344.47º 0.46% 0.36% -
HSV(B) 344.47º 0.63% 0.53% -
XYZ 12.3 7.9 7.01 -
YUV 77.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 135 50 72 0 0.63 0.47 0.47 344.47 0.46 0.36
Hex 87 32 48 0 3F 2F 2F 158 2E 24
Octal 207 62 110 0 77 57 57 530 56 44
Binary 10000111 110010 1001000 0 111111 101111 101111 101011000 101110 100100

Color Harmonies of #873248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873248

Black with #873248

Text Example


Text Example

White with #873248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873248; }

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

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

background-color css

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

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

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

border-color css

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

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

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