Html Css Color HEX #834551 Camelot

📋 copy color: '#834551'

red 131 ◦ green 69 ◦ blue 81

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

Shades of Camelot #834551

Tints of Camelot #834551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 46.62%
G = 24.56%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#834551 (or 0x834551) is known color: Camelot. HEX triplet: 83, 45 and 51. RGB value is (131,69,81). Sum of RGB (Red+Green+Blue) = 131+69+81=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #834551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834551 is #7CBAAE. Grayscale: #585858. Windows color (decimal): -8174255 or 5326211. OLE color: 5326211.

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

Color convert

RGB 131 69 81 -
CMYK 0 0.47 0.38 0.49
HSL 348.39º 0.31% 0.39% -
HSV(B) 348.39º 0.47% 0.51% -
XYZ 12.97 9.68 8.97 -
YUV 88.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 131 69 81 0 0.47 0.38 0.49 348.39 0.31 0.39
Hex 83 45 51 0 2F 26 31 15C 1F 27
Octal 203 105 121 0 57 46 61 534 37 47
Binary 10000011 1000101 1010001 0 101111 100110 110001 101011100 11111 100111

Color Harmonies of #834551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834551

Black with #834551

Text Example


Text Example

White with #834551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834551; }

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

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

background-color css

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

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

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

border-color css

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

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

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