Html Css Color HEX #873341 Camelot

📋 copy color: '#873341'

red 135 ◦ green 51 ◦ blue 65

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

Shades of Camelot #873341

Tints of Camelot #873341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 53.78%
G = 20.32%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#873341 (or 0x873341) is known color: Camelot. HEX triplet: 87, 33 and 41. RGB value is (135,51,65). Sum of RGB (Red+Green+Blue) = 135+51+65=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #873341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873341 is #78CCBE. Grayscale: #4D4D4D. Windows color (decimal): -7916735 or 4273031. OLE color: 4273031.

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

Color convert

RGB 135 51 65 -
CMYK 0 0.62 0.52 0.47
HSL 350º 0.45% 0.36% -
HSV(B) 350º 0.62% 0.53% -
XYZ 12.13 7.9 5.89 -
YUV 77.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 135 51 65 0 0.62 0.52 0.47 350 0.45 0.36
Hex 87 33 41 0 3E 34 2F 15E 2D 24
Octal 207 63 101 0 76 64 57 536 55 44
Binary 10000111 110011 1000001 0 111110 110100 101111 101011110 101101 100100

Color Harmonies of #873341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873341

Black with #873341

Text Example


Text Example

White with #873341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873341; }

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

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

background-color css

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

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

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

border-color css

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

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

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