Html Css Color HEX #834151 Camelot

📋 copy color: '#834151'

red 131 ◦ green 65 ◦ blue 81

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

Shades of Camelot #834151

Tints of Camelot #834151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 47.29%
G = 23.47%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#834151 (or 0x834151) is known color: Camelot. HEX triplet: 83, 41 and 51. RGB value is (131,65,81). Sum of RGB (Red+Green+Blue) = 131+65+81=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #834151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834151 is #7CBEAE. Grayscale: #565656. Windows color (decimal): -8175279 or 5325187. OLE color: 5325187.

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

Color convert

RGB 131 65 81 -
CMYK 0 0.50 0.38 0.49
HSL 345.45º 0.34% 0.38% -
HSV(B) 345.45º 0.5% 0.51% -
XYZ 12.74 9.2 8.89 -
YUV 86.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 131 65 81 0 0.50 0.38 0.49 345.45 0.34 0.38
Hex 83 41 51 0 32 26 31 159 22 26
Octal 203 101 121 0 62 46 61 531 42 46
Binary 10000011 1000001 1010001 0 110010 100110 110001 101011001 100010 100110

Color Harmonies of #834151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834151

Black with #834151

Text Example


Text Example

White with #834151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834151; }

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

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

background-color css

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

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

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

border-color css

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

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

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