Html Css Color HEX #874053 Camelot

📋 copy color: '#874053'

red 135 ◦ green 64 ◦ blue 83

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

Shades of Camelot #874053

Tints of Camelot #874053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 47.87%
G = 22.7%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#874053 (or 0x874053) is known color: Camelot. HEX triplet: 87, 40 and 53. RGB value is (135,64,83). Sum of RGB (Red+Green+Blue) = 135+64+83=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #874053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874053 is #78BFAC. Grayscale: #575757. Windows color (decimal): -7913389 or 5456007. OLE color: 5456007.

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

Color convert

RGB 135 64 83 -
CMYK 0 0.53 0.39 0.47
HSL 343.94º 0.36% 0.39% -
HSV(B) 343.94º 0.53% 0.53% -
XYZ 13.39 9.44 9.3 -
YUV 87.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 135 64 83 0 0.53 0.39 0.47 343.94 0.36 0.39
Hex 87 40 53 0 35 27 2F 158 24 27
Octal 207 100 123 0 65 47 57 530 44 47
Binary 10000111 1000000 1010011 0 110101 100111 101111 101011000 100100 100111

Color Harmonies of #874053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874053

Black with #874053

Text Example


Text Example

White with #874053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874053; }

 p { color: rgb(135,64,83); }

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

background-color css

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

 a { background-color: rgb(135,64,83); }

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

border-color css

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

 span { border-color: rgb(135,64,83); }

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