Html Css Color HEX #834150 Camelot

📋 copy color: '#834150'

red 131 ◦ green 65 ◦ blue 80

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

Shades of Camelot #834150

Tints of Camelot #834150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 47.46%
G = 23.55%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#834150 (or 0x834150) is known color: Camelot. HEX triplet: 83, 41 and 50. RGB value is (131,65,80). Sum of RGB (Red+Green+Blue) = 131+65+80=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #834150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834150 is #7CBEAF. Grayscale: #565656. Windows color (decimal): -8175280 or 5259651. OLE color: 5259651.

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

Color convert

RGB 131 65 80 -
CMYK 0 0.50 0.39 0.49
HSL 346.36º 0.34% 0.38% -
HSV(B) 346.36º 0.5% 0.51% -
XYZ 12.7 9.19 8.69 -
YUV 86.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 131 65 80 0 0.50 0.39 0.49 346.36 0.34 0.38
Hex 83 41 50 0 32 27 31 15A 22 26
Octal 203 101 120 0 62 47 61 532 42 46
Binary 10000011 1000001 1010000 0 110010 100111 110001 101011010 100010 100110

Color Harmonies of #834150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834150

Black with #834150

Text Example


Text Example

White with #834150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834150; }

 p { color: rgb(131,65,80); }

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

background-color css

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

 a { background-color: rgb(131,65,80); }

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

border-color css

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

 span { border-color: rgb(131,65,80); }

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