Html Css Color HEX #873243 Camelot

📋 copy color: '#873243'

red 135 ◦ green 50 ◦ blue 67

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

Shades of Camelot #873243

Tints of Camelot #873243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 53.57%
G = 19.84%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#873243 (or 0x873243) is known color: Camelot. HEX triplet: 87, 32 and 43. RGB value is (135,50,67). Sum of RGB (Red+Green+Blue) = 135+50+67=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #873243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873243 is #78CDBC. Grayscale: #4D4D4D. Windows color (decimal): -7916989 or 4403847. OLE color: 4403847.

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

Color convert

RGB 135 50 67 -
CMYK 0 0.63 0.50 0.47
HSL 348º 0.46% 0.36% -
HSV(B) 348º 0.63% 0.53% -
XYZ 12.15 7.84 6.18 -
YUV 77.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 135 50 67 0 0.63 0.50 0.47 348 0.46 0.36
Hex 87 32 43 0 3F 32 2F 15C 2E 24
Octal 207 62 103 0 77 62 57 534 56 44
Binary 10000111 110010 1000011 0 111111 110010 101111 101011100 101110 100100

Color Harmonies of #873243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873243

Black with #873243

Text Example


Text Example

White with #873243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873243; }

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

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

background-color css

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

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

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

border-color css

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

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

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