Html Css Color HEX #874358 Camelot

📋 copy color: '#874358'

red 135 ◦ green 67 ◦ blue 88

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

Shades of Camelot #874358

Tints of Camelot #874358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 46.55%
G = 23.1%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#874358 (or 0x874358) is known color: Camelot. HEX triplet: 87, 43 and 58. RGB value is (135,67,88). Sum of RGB (Red+Green+Blue) = 135+67+88=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874358 is #78BCA7. Grayscale: #595959. Windows color (decimal): -7912616 or 5784455. OLE color: 5784455.

HSL color Cylindrical-coordinate representation of color #874358: hue angle of 341.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874358 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 88 -
CMYK 0 0.50 0.35 0.47
HSL 341.47º 0.34% 0.4% -
HSV(B) 341.47º 0.5% 0.53% -
XYZ 13.76 9.87 10.41 -
YUV 89.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 135 67 88 0 0.50 0.35 0.47 341.47 0.34 0.4
Hex 87 43 58 0 32 23 2F 155 22 28
Octal 207 103 130 0 62 43 57 525 42 50
Binary 10000111 1000011 1011000 0 110010 100011 101111 101010101 100010 101000

Color Harmonies of #874358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874358

Black with #874358

Text Example


Text Example

White with #874358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874358; }

 p { color: rgb(135,67,88); }

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

background-color css

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

 a { background-color: rgb(135,67,88); }

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

border-color css

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

 span { border-color: rgb(135,67,88); }

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