Html Css Color HEX #83394F Camelot

📋 copy color: '#83394F'

red 131 ◦ green 57 ◦ blue 79

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

Shades of Camelot #83394F

Tints of Camelot #83394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 49.06%
G = 21.35%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83394F (or 0x83394F) is known color: Camelot. HEX triplet: 83, 39 and 4F. RGB value is (131,57,79). Sum of RGB (Red+Green+Blue) = 131+57+79=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #83394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83394F is #7CC6B0. Grayscale: #515151. Windows color (decimal): -8177329 or 5192067. OLE color: 5192067.

HSL color Cylindrical-coordinate representation of color #83394F: hue angle of 342.16º 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 #83394F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 57 79 -
CMYK 0 0.56 0.40 0.49
HSL 342.16º 0.39% 0.37% -
HSV(B) 342.16º 0.56% 0.51% -
XYZ 12.23 8.32 8.36 -
YUV 81.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 131 57 79 0 0.56 0.40 0.49 342.16 0.39 0.37
Hex 83 39 4F 0 38 28 31 156 27 25
Octal 203 71 117 0 70 50 61 526 47 45
Binary 10000011 111001 1001111 0 111000 101000 110001 101010110 100111 100101

Color Harmonies of #83394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83394F

Black with #83394F

Text Example


Text Example

White with #83394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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