Html Css Color HEX #83324A Camelot

📋 copy color: '#83324A'

red 131 ◦ green 50 ◦ blue 74

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

Shades of Camelot #83324A

Tints of Camelot #83324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 51.37%
G = 19.61%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83324A (or 0x83324A) is known color: Camelot. HEX triplet: 83, 32 and 4A. RGB value is (131,50,74). Sum of RGB (Red+Green+Blue) = 131+50+74=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83324A is #7CCDB5. Grayscale: #4C4C4C. Windows color (decimal): -8179126 or 4862595. OLE color: 4862595.

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

Color convert

RGB 131 50 74 -
CMYK 0 0.62 0.44 0.49
HSL 342.22º 0.45% 0.35% -
HSV(B) 342.22º 0.62% 0.51% -
XYZ 11.74 7.6 7.33 -
YUV 76.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 131 50 74 0 0.62 0.44 0.49 342.22 0.45 0.35
Hex 83 32 4A 0 3E 2C 31 156 2D 23
Octal 203 62 112 0 76 54 61 526 55 43
Binary 10000011 110010 1001010 0 111110 101100 110001 101010110 101101 100011

Color Harmonies of #83324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83324A

Black with #83324A

Text Example


Text Example

White with #83324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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