Html Css Color HEX #833247 Camelot

📋 copy color: '#833247'

red 131 ◦ green 50 ◦ blue 71

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

Shades of Camelot #833247

Tints of Camelot #833247

RGB

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

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

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

R = 51.98%
G = 19.84%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#833247 (or 0x833247) is known color: Camelot. HEX triplet: 83, 32 and 47. RGB value is (131,50,71). Sum of RGB (Red+Green+Blue) = 131+50+71=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #833247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833247 is #7CCDB8. Grayscale: #4C4C4C. Windows color (decimal): -8179129 or 4665987. OLE color: 4665987.

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

Color convert

RGB 131 50 71 -
CMYK 0 0.62 0.46 0.49
HSL 344.44º 0.45% 0.35% -
HSV(B) 344.44º 0.62% 0.51% -
XYZ 11.64 7.56 6.81 -
YUV 76.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 131 50 71 0 0.62 0.46 0.49 344.44 0.45 0.35
Hex 83 32 47 0 3E 2E 31 158 2D 23
Octal 203 62 107 0 76 56 61 530 55 43
Binary 10000011 110010 1000111 0 111110 101110 110001 101011000 101101 100011

Color Harmonies of #833247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833247

Black with #833247

Text Example


Text Example

White with #833247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833247; }

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

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

background-color css

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

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

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

border-color css

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

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

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