Html Css Color HEX #834857 Camelot

📋 copy color: '#834857'

red 131 ◦ green 72 ◦ blue 87

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

Shades of Camelot #834857

Tints of Camelot #834857

RGB

 RED value IS 131 (51.56% from 255) = 45.17%

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 87 (34.38% from 255) = 30%

R = 45.17%
G = 24.83%
B = 30%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#834857 (or 0x834857) is known color: Camelot. HEX triplet: 83, 48 and 57. RGB value is (131,72,87). Sum of RGB (Red+Green+Blue) = 131+72+87=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #834857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834857 is #7CB7A8. Grayscale: #5B5B5B. Windows color (decimal): -8173481 or 5720195. OLE color: 5720195.

HSL color Cylindrical-coordinate representation of color #834857: hue angle of 344.75º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834857 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 87 -
CMYK 0 0.45 0.34 0.49
HSL 344.75º 0.29% 0.4% -
HSV(B) 344.75º 0.45% 0.51% -
XYZ 13.4 10.15 10.27 -
YUV 91.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 131 72 87 0 0.45 0.34 0.49 344.75 0.29 0.4
Hex 83 48 57 0 2D 22 31 159 1D 28
Octal 203 110 127 0 55 42 61 531 35 50
Binary 10000011 1001000 1010111 0 101101 100010 110001 101011001 11101 101000

Color Harmonies of #834857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834857

Black with #834857

Text Example


Text Example

White with #834857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834857; }

 p { color: rgb(131,72,87); }

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

background-color css

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

 a { background-color: rgb(131,72,87); }

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

border-color css

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

 span { border-color: rgb(131,72,87); }

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