Html Css Color HEX #833246 Camelot

📋 copy color: '#833246'

red 131 ◦ green 50 ◦ blue 70

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

Shades of Camelot #833246

Tints of Camelot #833246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 52.19%
G = 19.92%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#833246 (or 0x833246) is known color: Camelot. HEX triplet: 83, 32 and 46. RGB value is (131,50,70). Sum of RGB (Red+Green+Blue) = 131+50+70=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #833246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833246 is #7CCDB9. Grayscale: #4C4C4C. Windows color (decimal): -8179130 or 4600451. OLE color: 4600451.

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

Color convert

RGB 131 50 70 -
CMYK 0 0.62 0.47 0.49
HSL 345.19º 0.45% 0.35% -
HSV(B) 345.19º 0.62% 0.51% -
XYZ 11.61 7.55 6.64 -
YUV 76.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 131 50 70 0 0.62 0.47 0.49 345.19 0.45 0.35
Hex 83 32 46 0 3E 2F 31 159 2D 23
Octal 203 62 106 0 76 57 61 531 55 43
Binary 10000011 110010 1000110 0 111110 101111 110001 101011001 101101 100011

Color Harmonies of #833246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833246

Black with #833246

Text Example


Text Example

White with #833246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833246; }

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

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

background-color css

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

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

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

border-color css

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

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

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