Html Css Color HEX #833047 Camelot

📋 copy color: '#833047'

red 131 ◦ green 48 ◦ blue 71

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

Shades of Camelot #833047

Tints of Camelot #833047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 52.4%
G = 19.2%
B = 28.4%

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

#833047 (or 0x833047) is known color: Camelot. HEX triplet: 83, 30 and 47. RGB value is (131,48,71). Sum of RGB (Red+Green+Blue) = 131+48+71=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #833047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833047 is #7CCFB8. Grayscale: #4B4B4B. Windows color (decimal): -8179641 or 4665475. OLE color: 4665475.

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

Color convert

RGB 131 48 71 -
CMYK 0 0.63 0.46 0.49
HSL 343.37º 0.46% 0.35% -
HSV(B) 343.37º 0.63% 0.51% -
XYZ 11.55 7.39 6.78 -
YUV 75.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 131 48 71 0 0.63 0.46 0.49 343.37 0.46 0.35
Hex 83 30 47 0 3F 2E 31 157 2E 23
Octal 203 60 107 0 77 56 61 527 56 43
Binary 10000011 110000 1000111 0 111111 101110 110001 101010111 101110 100011

Color Harmonies of #833047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833047

Black with #833047

Text Example


Text Example

White with #833047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833047; }

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

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

background-color css

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

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

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

border-color css

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

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

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