Html Css Color HEX #83334C Camelot

📋 copy color: '#83334C'

red 131 ◦ green 51 ◦ blue 76

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

Shades of Camelot #83334C

Tints of Camelot #83334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 50.78%
G = 19.77%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83334C (or 0x83334C) is known color: Camelot. HEX triplet: 83, 33 and 4C. RGB value is (131,51,76). Sum of RGB (Red+Green+Blue) = 131+51+76=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83334C is #7CCCB3. Grayscale: #4D4D4D. Windows color (decimal): -8178868 or 4993923. OLE color: 4993923.

HSL color Cylindrical-coordinate representation of color #83334C: hue angle of 341.25º 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 #83334C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 76 -
CMYK 0 0.61 0.42 0.49
HSL 341.25º 0.44% 0.36% -
HSV(B) 341.25º 0.61% 0.51% -
XYZ 11.85 7.71 7.7 -
YUV 77.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 131 51 76 0 0.61 0.42 0.49 341.25 0.44 0.36
Hex 83 33 4C 0 3D 2A 31 155 2C 24
Octal 203 63 114 0 75 52 61 525 54 44
Binary 10000011 110011 1001100 0 111101 101010 110001 101010101 101100 100100

Color Harmonies of #83334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83334C

Black with #83334C

Text Example


Text Example

White with #83334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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