Html Css Color HEX #834553 Camelot

📋 copy color: '#834553'

red 131 ◦ green 69 ◦ blue 83

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

Shades of Camelot #834553

Tints of Camelot #834553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 46.29%
G = 24.38%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#834553 (or 0x834553) is known color: Camelot. HEX triplet: 83, 45 and 53. RGB value is (131,69,83). Sum of RGB (Red+Green+Blue) = 131+69+83=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834553 is #7CBAAC. Grayscale: #595959. Windows color (decimal): -8174253 or 5457283. OLE color: 5457283.

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

Color convert

RGB 131 69 83 -
CMYK 0 0.47 0.37 0.49
HSL 346.45º 0.31% 0.39% -
HSV(B) 346.45º 0.47% 0.51% -
XYZ 13.05 9.71 9.37 -
YUV 89.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 131 69 83 0 0.47 0.37 0.49 346.45 0.31 0.39
Hex 83 45 53 0 2F 25 31 15A 1F 27
Octal 203 105 123 0 57 45 61 532 37 47
Binary 10000011 1000101 1010011 0 101111 100101 110001 101011010 11111 100111

Color Harmonies of #834553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834553

Black with #834553

Text Example


Text Example

White with #834553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834553; }

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

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

background-color css

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

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

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

border-color css

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

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

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