Html Css Color HEX #873441 Camelot

📋 copy color: '#873441'

red 135 ◦ green 52 ◦ blue 65

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

Shades of Camelot #873441

Tints of Camelot #873441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 53.57%
G = 20.63%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#873441 (or 0x873441) is known color: Camelot. HEX triplet: 87, 34 and 41. RGB value is (135,52,65). Sum of RGB (Red+Green+Blue) = 135+52+65=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #873441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873441 is #78CBBE. Grayscale: #4E4E4E. Windows color (decimal): -7916479 or 4273287. OLE color: 4273287.

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

Color convert

RGB 135 52 65 -
CMYK 0 0.61 0.52 0.47
HSL 350.6º 0.44% 0.37% -
HSV(B) 350.6º 0.61% 0.53% -
XYZ 12.17 7.99 5.9 -
YUV 78.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 135 52 65 0 0.61 0.52 0.47 350.6 0.44 0.37
Hex 87 34 41 0 3D 34 2F 15F 2C 25
Octal 207 64 101 0 75 64 57 537 54 45
Binary 10000111 110100 1000001 0 111101 110100 101111 101011111 101100 100101

Color Harmonies of #873441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873441

Black with #873441

Text Example


Text Example

White with #873441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873441; }

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

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

background-color css

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

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

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

border-color css

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

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

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