Html Css Color HEX #833346 Camelot

📋 copy color: '#833346'

red 131 ◦ green 51 ◦ blue 70

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

Shades of Camelot #833346

Tints of Camelot #833346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 51.98%
G = 20.24%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#833346 (or 0x833346) is known color: Camelot. HEX triplet: 83, 33 and 46. RGB value is (131,51,70). Sum of RGB (Red+Green+Blue) = 131+51+70=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #833346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833346 is #7CCCB9. Grayscale: #4D4D4D. Windows color (decimal): -8178874 or 4600707. OLE color: 4600707.

HSL color Cylindrical-coordinate representation of color #833346: hue angle of 345.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833346 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 70 -
CMYK 0 0.61 0.47 0.49
HSL 345.75º 0.44% 0.36% -
HSV(B) 345.75º 0.61% 0.51% -
XYZ 11.65 7.64 6.65 -
YUV 77.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 131 51 70 0 0.61 0.47 0.49 345.75 0.44 0.36
Hex 83 33 46 0 3D 2F 31 15A 2C 24
Octal 203 63 106 0 75 57 61 532 54 44
Binary 10000011 110011 1000110 0 111101 101111 110001 101011010 101100 100100

Color Harmonies of #833346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833346

Black with #833346

Text Example


Text Example

White with #833346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833346; }

 p { color: rgb(131,51,70); }

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

background-color css

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

 a { background-color: rgb(131,51,70); }

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

border-color css

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

 span { border-color: rgb(131,51,70); }

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