Html Css Color HEX #833E57 Camelot

📋 copy color: '#833E57'

red 131 ◦ green 62 ◦ blue 87

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

Shades of Camelot #833E57

Tints of Camelot #833E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.14%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 46.79%
G = 22.14%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#833E57 (or 0x833E57) is known color: Camelot. HEX triplet: 83, 3E and 57. RGB value is (131,62,87). Sum of RGB (Red+Green+Blue) = 131+62+87=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #833E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E57 is #7CC1A8. Grayscale: #555555. Windows color (decimal): -8176041 or 5717635. OLE color: 5717635.

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

Color convert

RGB 131 62 87 -
CMYK 0 0.53 0.34 0.49
HSL 338.26º 0.36% 0.38% -
HSV(B) 338.26º 0.53% 0.51% -
XYZ 12.8 8.96 10.07 -
YUV 85.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 131 62 87 0 0.53 0.34 0.49 338.26 0.36 0.38
Hex 83 3E 57 0 35 22 31 152 24 26
Octal 203 76 127 0 65 42 61 522 44 46
Binary 10000011 111110 1010111 0 110101 100010 110001 101010010 100100 100110

Color Harmonies of #833E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833E57

Black with #833E57

Text Example


Text Example

White with #833E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833E57; }

 p { color: rgb(131,62,87); }

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

background-color css

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

 a { background-color: rgb(131,62,87); }

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

border-color css

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

 span { border-color: rgb(131,62,87); }

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