Html Css Color HEX #83344D Camelot

📋 copy color: '#83344D'

red 131 ◦ green 52 ◦ blue 77

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

Shades of Camelot #83344D

Tints of Camelot #83344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 50.38%
G = 20%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83344D (or 0x83344D) is known color: Camelot. HEX triplet: 83, 34 and 4D. RGB value is (131,52,77). Sum of RGB (Red+Green+Blue) = 131+52+77=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83344D is #7CCBB2. Grayscale: #4E4E4E. Windows color (decimal): -8178611 or 5059715. OLE color: 5059715.

HSL color Cylindrical-coordinate representation of color #83344D: hue angle of 341.01º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83344D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 77 -
CMYK 0 0.60 0.41 0.49
HSL 341.01º 0.43% 0.36% -
HSV(B) 341.01º 0.6% 0.51% -
XYZ 11.93 7.82 7.9 -
YUV 78.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 131 52 77 0 0.60 0.41 0.49 341.01 0.43 0.36
Hex 83 34 4D 0 3C 29 31 155 2B 24
Octal 203 64 115 0 74 51 61 525 53 44
Binary 10000011 110100 1001101 0 111100 101001 110001 101010101 101011 100100

Color Harmonies of #83344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83344D

Black with #83344D

Text Example


Text Example

White with #83344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83344D; }

 p { color: rgb(131,52,77); }

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

background-color css

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

 a { background-color: rgb(131,52,77); }

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

border-color css

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

 span { border-color: rgb(131,52,77); }

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