Html Css Color HEX #833244 Camelot

📋 copy color: '#833244'

red 131 ◦ green 50 ◦ blue 68

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

Shades of Camelot #833244

Tints of Camelot #833244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 52.61%
G = 20.08%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#833244 (or 0x833244) is known color: Camelot. HEX triplet: 83, 32 and 44. RGB value is (131,50,68). Sum of RGB (Red+Green+Blue) = 131+50+68=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #833244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833244 is #7CCDBB. Grayscale: #4C4C4C. Windows color (decimal): -8179132 or 4469379. OLE color: 4469379.

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

Color convert

RGB 131 50 68 -
CMYK 0 0.62 0.48 0.49
HSL 346.67º 0.45% 0.35% -
HSV(B) 346.67º 0.62% 0.51% -
XYZ 11.54 7.52 6.31 -
YUV 76.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 131 50 68 0 0.62 0.48 0.49 346.67 0.45 0.35
Hex 83 32 44 0 3E 30 31 15B 2D 23
Octal 203 62 104 0 76 60 61 533 55 43
Binary 10000011 110010 1000100 0 111110 110000 110001 101011011 101101 100011

Color Harmonies of #833244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833244

Black with #833244

Text Example


Text Example

White with #833244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833244; }

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

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

background-color css

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

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

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

border-color css

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

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

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