Html Css Color HEX #834552 Camelot

📋 copy color: '#834552'

red 131 ◦ green 69 ◦ blue 82

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

Shades of Camelot #834552

Tints of Camelot #834552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 46.45%
G = 24.47%
B = 29.08%

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

#834552 (or 0x834552) is known color: Camelot. HEX triplet: 83, 45 and 52. RGB value is (131,69,82). Sum of RGB (Red+Green+Blue) = 131+69+82=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #834552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834552 is #7CBAAD. Grayscale: #595959. Windows color (decimal): -8174254 or 5391747. OLE color: 5391747.

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

Color convert

RGB 131 69 82 -
CMYK 0 0.47 0.37 0.49
HSL 347.42º 0.31% 0.39% -
HSV(B) 347.42º 0.47% 0.51% -
XYZ 13.01 9.69 9.17 -
YUV 89.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 131 69 82 0 0.47 0.37 0.49 347.42 0.31 0.39
Hex 83 45 52 0 2F 25 31 15B 1F 27
Octal 203 105 122 0 57 45 61 533 37 47
Binary 10000011 1000101 1010010 0 101111 100101 110001 101011011 11111 100111

Color Harmonies of #834552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834552

Black with #834552

Text Example


Text Example

White with #834552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834552; }

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

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

background-color css

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

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

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

border-color css

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

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

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