Html Css Color HEX #87384A Camelot

📋 copy color: '#87384A'

red 135 ◦ green 56 ◦ blue 74

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

Shades of Camelot #87384A

Tints of Camelot #87384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 50.94%
G = 21.13%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#87384A (or 0x87384A) is known color: Camelot. HEX triplet: 87, 38 and 4A. RGB value is (135,56,74). Sum of RGB (Red+Green+Blue) = 135+56+74=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87384A is #78C7B5. Grayscale: #515151. Windows color (decimal): -7915446 or 4864135. OLE color: 4864135.

HSL color Cylindrical-coordinate representation of color #87384A: hue angle of 346.33º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87384A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 74 -
CMYK 0 0.59 0.45 0.47
HSL 346.33º 0.41% 0.37% -
HSV(B) 346.33º 0.59% 0.53% -
XYZ 12.64 8.47 7.45 -
YUV 81.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 135 56 74 0 0.59 0.45 0.47 346.33 0.41 0.37
Hex 87 38 4A 0 3B 2D 2F 15A 29 25
Octal 207 70 112 0 73 55 57 532 51 45
Binary 10000111 111000 1001010 0 111011 101101 101111 101011010 101001 100101

Color Harmonies of #87384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87384A

Black with #87384A

Text Example


Text Example

White with #87384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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