Html Css Color HEX #873444 Camelot

📋 copy color: '#873444'

red 135 ◦ green 52 ◦ blue 68

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

Shades of Camelot #873444

Tints of Camelot #873444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 52.94%
G = 20.39%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#873444 (or 0x873444) is known color: Camelot. HEX triplet: 87, 34 and 44. RGB value is (135,52,68). Sum of RGB (Red+Green+Blue) = 135+52+68=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873444 is #78CBBB. Grayscale: #4E4E4E. Windows color (decimal): -7916476 or 4469895. OLE color: 4469895.

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

Color convert

RGB 135 52 68 -
CMYK 0 0.61 0.50 0.47
HSL 348.43º 0.44% 0.37% -
HSV(B) 348.43º 0.61% 0.53% -
XYZ 12.26 8.02 6.37 -
YUV 78.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 135 52 68 0 0.61 0.50 0.47 348.43 0.44 0.37
Hex 87 34 44 0 3D 32 2F 15C 2C 25
Octal 207 64 104 0 75 62 57 534 54 45
Binary 10000111 110100 1000100 0 111101 110010 101111 101011100 101100 100101

Color Harmonies of #873444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873444

Black with #873444

Text Example


Text Example

White with #873444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873444; }

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

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

background-color css

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

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

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

border-color css

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

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

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