Html Css Color HEX #833143 Camelot

📋 copy color: '#833143'

red 131 ◦ green 49 ◦ blue 67

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

Shades of Camelot #833143

Tints of Camelot #833143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 53.04%
G = 19.84%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#833143 (or 0x833143) is known color: Camelot. HEX triplet: 83, 31 and 43. RGB value is (131,49,67). Sum of RGB (Red+Green+Blue) = 131+49+67=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #833143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833143 is #7CCEBC. Grayscale: #4B4B4B. Windows color (decimal): -8179389 or 4403587. OLE color: 4403587.

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

Color convert

RGB 131 49 67 -
CMYK 0 0.63 0.49 0.49
HSL 346.83º 0.46% 0.35% -
HSV(B) 346.83º 0.63% 0.51% -
XYZ 11.47 7.43 6.14 -
YUV 75.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 131 49 67 0 0.63 0.49 0.49 346.83 0.46 0.35
Hex 83 31 43 0 3F 31 31 15B 2E 23
Octal 203 61 103 0 77 61 61 533 56 43
Binary 10000011 110001 1000011 0 111111 110001 110001 101011011 101110 100011

Color Harmonies of #833143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833143

Black with #833143

Text Example


Text Example

White with #833143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833143; }

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

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

background-color css

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

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

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

border-color css

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

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

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