Html Css Color HEX #873044 Camelot

📋 copy color: '#873044'

red 135 ◦ green 48 ◦ blue 68

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

Shades of Camelot #873044

Tints of Camelot #873044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 53.78%
G = 19.12%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#873044 (or 0x873044) is known color: Camelot. HEX triplet: 87, 30 and 44. RGB value is (135,48,68). Sum of RGB (Red+Green+Blue) = 135+48+68=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #873044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873044 is #78CFBB. Grayscale: #4C4C4C. Windows color (decimal): -7917500 or 4468871. OLE color: 4468871.

HSL color Cylindrical-coordinate representation of color #873044: hue angle of 346.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873044 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 68 -
CMYK 0 0.64 0.50 0.47
HSL 346.21º 0.48% 0.36% -
HSV(B) 346.21º 0.64% 0.53% -
XYZ 12.09 7.68 6.31 -
YUV 76.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 135 48 68 0 0.64 0.50 0.47 346.21 0.48 0.36
Hex 87 30 44 0 40 32 2F 15A 30 24
Octal 207 60 104 0 100 62 57 532 60 44
Binary 10000111 110000 1000100 0 1000000 110010 101111 101011010 110000 100100

Color Harmonies of #873044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873044

Black with #873044

Text Example


Text Example

White with #873044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873044; }

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

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

background-color css

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

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

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

border-color css

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

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

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