Html Css Color HEX #834655 Camelot

📋 copy color: '#834655'

red 131 ◦ green 70 ◦ blue 85

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

Shades of Camelot #834655

Tints of Camelot #834655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 45.8%
G = 24.48%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#834655 (or 0x834655) is known color: Camelot. HEX triplet: 83, 46 and 55. RGB value is (131,70,85). Sum of RGB (Red+Green+Blue) = 131+70+85=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #834655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834655 is #7CB9AA. Grayscale: #595959. Windows color (decimal): -8173995 or 5588611. OLE color: 5588611.

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

Color convert

RGB 131 70 85 -
CMYK 0 0.47 0.35 0.49
HSL 345.25º 0.3% 0.39% -
HSV(B) 345.25º 0.47% 0.51% -
XYZ 13.19 9.86 9.8 -
YUV 89.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 131 70 85 0 0.47 0.35 0.49 345.25 0.3 0.39
Hex 83 46 55 0 2F 23 31 159 1E 27
Octal 203 106 125 0 57 43 61 531 36 47
Binary 10000011 1000110 1010101 0 101111 100011 110001 101011001 11110 100111

Color Harmonies of #834655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834655

Black with #834655

Text Example


Text Example

White with #834655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834655; }

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

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

background-color css

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

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

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

border-color css

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

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

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