Html Css Color HEX #833147 Camelot

📋 copy color: '#833147'

red 131 ◦ green 49 ◦ blue 71

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

Shades of Camelot #833147

Tints of Camelot #833147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 52.19%
G = 19.52%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#833147 (or 0x833147) is known color: Camelot. HEX triplet: 83, 31 and 47. RGB value is (131,49,71). Sum of RGB (Red+Green+Blue) = 131+49+71=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #833147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833147 is #7CCEB8. Grayscale: #4C4C4C. Windows color (decimal): -8179385 or 4665731. OLE color: 4665731.

HSL color Cylindrical-coordinate representation of color #833147: hue angle of 343.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833147 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 71 -
CMYK 0 0.63 0.46 0.49
HSL 343.9º 0.46% 0.35% -
HSV(B) 343.9º 0.63% 0.51% -
XYZ 11.6 7.48 6.79 -
YUV 76.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 131 49 71 0 0.63 0.46 0.49 343.9 0.46 0.35
Hex 83 31 47 0 3F 2E 31 158 2E 23
Octal 203 61 107 0 77 56 61 530 56 43
Binary 10000011 110001 1000111 0 111111 101110 110001 101011000 101110 100011

Color Harmonies of #833147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833147

Black with #833147

Text Example


Text Example

White with #833147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833147; }

 p { color: rgb(131,49,71); }

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

background-color css

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

 a { background-color: rgb(131,49,71); }

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

border-color css

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

 span { border-color: rgb(131,49,71); }

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