Html Css Color HEX #87334A Camelot

📋 copy color: '#87334A'

red 135 ◦ green 51 ◦ blue 74

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

Shades of Camelot #87334A

Tints of Camelot #87334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 51.92%
G = 19.62%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#87334A (or 0x87334A) is known color: Camelot. HEX triplet: 87, 33 and 4A. RGB value is (135,51,74). Sum of RGB (Red+Green+Blue) = 135+51+74=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87334A is #78CCB5. Grayscale: #4E4E4E. Windows color (decimal): -7916726 or 4862855. OLE color: 4862855.

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

Color convert

RGB 135 51 74 -
CMYK 0 0.62 0.45 0.47
HSL 343.57º 0.45% 0.36% -
HSV(B) 343.57º 0.62% 0.53% -
XYZ 12.41 8.01 7.37 -
YUV 78.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 135 51 74 0 0.62 0.45 0.47 343.57 0.45 0.36
Hex 87 33 4A 0 3E 2D 2F 158 2D 24
Octal 207 63 112 0 76 55 57 530 55 44
Binary 10000111 110011 1001010 0 111110 101101 101111 101011000 101101 100100

Color Harmonies of #87334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87334A

Black with #87334A

Text Example


Text Example

White with #87334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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