Html Css Color HEX #83394D Camelot

📋 copy color: '#83394D'

red 131 ◦ green 57 ◦ blue 77

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

Shades of Camelot #83394D

Tints of Camelot #83394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 49.43%
G = 21.51%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83394D (or 0x83394D) is known color: Camelot. HEX triplet: 83, 39 and 4D. RGB value is (131,57,77). Sum of RGB (Red+Green+Blue) = 131+57+77=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83394D is #7CC6B2. Grayscale: #515151. Windows color (decimal): -8177331 or 5060995. OLE color: 5060995.

HSL color Cylindrical-coordinate representation of color #83394D: hue angle of 343.78º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83394D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 57 77 -
CMYK 0 0.56 0.41 0.49
HSL 343.78º 0.39% 0.37% -
HSV(B) 343.78º 0.56% 0.51% -
XYZ 12.16 8.29 7.98 -
YUV 81.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 131 57 77 0 0.56 0.41 0.49 343.78 0.39 0.37
Hex 83 39 4D 0 38 29 31 158 27 25
Octal 203 71 115 0 70 51 61 530 47 45
Binary 10000011 111001 1001101 0 111000 101001 110001 101011000 100111 100101

Color Harmonies of #83394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83394D

Black with #83394D

Text Example


Text Example

White with #83394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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