Html Css Color HEX #834657 Camelot

📋 copy color: '#834657'

red 131 ◦ green 70 ◦ blue 87

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

Shades of Camelot #834657

Tints of Camelot #834657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

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

R = 45.49%
G = 24.31%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#834657 (or 0x834657) is known color: Camelot. HEX triplet: 83, 46 and 57. RGB value is (131,70,87). Sum of RGB (Red+Green+Blue) = 131+70+87=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #834657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834657 is #7CB9A8. Grayscale: #5A5A5A. Windows color (decimal): -8173993 or 5719683. OLE color: 5719683.

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

Color convert

RGB 131 70 87 -
CMYK 0 0.47 0.34 0.49
HSL 343.28º 0.3% 0.39% -
HSV(B) 343.28º 0.47% 0.51% -
XYZ 13.27 9.89 10.23 -
YUV 90.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 131 70 87 0 0.47 0.34 0.49 343.28 0.3 0.39
Hex 83 46 57 0 2F 22 31 157 1E 27
Octal 203 106 127 0 57 42 61 527 36 47
Binary 10000011 1000110 1010111 0 101111 100010 110001 101010111 11110 100111

Color Harmonies of #834657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834657

Black with #834657

Text Example


Text Example

White with #834657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834657; }

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

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

background-color css

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

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

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

border-color css

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

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

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