Html Css Color HEX #873342 Camelot

📋 copy color: '#873342'

red 135 ◦ green 51 ◦ blue 66

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

Shades of Camelot #873342

Tints of Camelot #873342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 53.57%
G = 20.24%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#873342 (or 0x873342) is known color: Camelot. HEX triplet: 87, 33 and 42. RGB value is (135,51,66). Sum of RGB (Red+Green+Blue) = 135+51+66=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #873342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873342 is #78CCBD. Grayscale: #4D4D4D. Windows color (decimal): -7916734 or 4338567. OLE color: 4338567.

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

Color convert

RGB 135 51 66 -
CMYK 0 0.62 0.51 0.47
HSL 349.29º 0.45% 0.36% -
HSV(B) 349.29º 0.62% 0.53% -
XYZ 12.16 7.91 6.04 -
YUV 77.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 135 51 66 0 0.62 0.51 0.47 349.29 0.45 0.36
Hex 87 33 42 0 3E 33 2F 15D 2D 24
Octal 207 63 102 0 76 63 57 535 55 44
Binary 10000111 110011 1000010 0 111110 110011 101111 101011101 101101 100100

Color Harmonies of #873342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873342

Black with #873342

Text Example


Text Example

White with #873342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873342; }

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

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

background-color css

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

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

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

border-color css

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

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

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