Html Css Color HEX #834658 Camelot

📋 copy color: '#834658'

red 131 ◦ green 70 ◦ blue 88

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

Shades of Camelot #834658

Tints of Camelot #834658

RGB

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

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

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

R = 45.33%
G = 24.22%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#834658 (or 0x834658) is known color: Camelot. HEX triplet: 83, 46 and 58. RGB value is (131,70,88). Sum of RGB (Red+Green+Blue) = 131+70+88=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #834658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834658 is #7CB9A7. Grayscale: #5A5A5A. Windows color (decimal): -8173992 or 5785219. OLE color: 5785219.

HSL color Cylindrical-coordinate representation of color #834658: hue angle of 342.3º 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 #834658 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 88 -
CMYK 0 0.47 0.33 0.49
HSL 342.3º 0.3% 0.39% -
HSV(B) 342.3º 0.47% 0.51% -
XYZ 13.31 9.91 10.44 -
YUV 90.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 131 70 88 0 0.47 0.33 0.49 342.3 0.3 0.39
Hex 83 46 58 0 2F 21 31 156 1E 27
Octal 203 106 130 0 57 41 61 526 36 47
Binary 10000011 1000110 1011000 0 101111 100001 110001 101010110 11110 100111

Color Harmonies of #834658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834658

Black with #834658

Text Example


Text Example

White with #834658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834658; }

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

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

background-color css

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

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

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

border-color css

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

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

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