Html Css Color HEX #83394B Camelot

📋 copy color: '#83394B'

red 131 ◦ green 57 ◦ blue 75

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

Shades of Camelot #83394B

Tints of Camelot #83394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 49.81%
G = 21.67%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83394B (or 0x83394B) is known color: Camelot. HEX triplet: 83, 39 and 4B. RGB value is (131,57,75). Sum of RGB (Red+Green+Blue) = 131+57+75=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83394B is #7CC6B4. Grayscale: #515151. Windows color (decimal): -8177333 or 4929923. OLE color: 4929923.

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

Color convert

RGB 131 57 75 -
CMYK 0 0.56 0.43 0.49
HSL 345.41º 0.39% 0.37% -
HSV(B) 345.41º 0.56% 0.51% -
XYZ 12.09 8.26 7.61 -
YUV 81.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 131 57 75 0 0.56 0.43 0.49 345.41 0.39 0.37
Hex 83 39 4B 0 38 2B 31 159 27 25
Octal 203 71 113 0 70 53 61 531 47 45
Binary 10000011 111001 1001011 0 111000 101011 110001 101011001 100111 100101

Color Harmonies of #83394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83394B

Black with #83394B

Text Example


Text Example

White with #83394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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