Html Css Color HEX #83374A Camelot

📋 copy color: '#83374A'

red 131 ◦ green 55 ◦ blue 74

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

Shades of Camelot #83374A

Tints of Camelot #83374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 50.38%
G = 21.15%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83374A (or 0x83374A) is known color: Camelot. HEX triplet: 83, 37 and 4A. RGB value is (131,55,74). Sum of RGB (Red+Green+Blue) = 131+55+74=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83374A is #7CC8B5. Grayscale: #4F4F4F. Windows color (decimal): -8177846 or 4863875. OLE color: 4863875.

HSL color Cylindrical-coordinate representation of color #83374A: hue angle of 345º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83374A is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 74 -
CMYK 0 0.58 0.44 0.49
HSL 345º 0.41% 0.36% -
HSV(B) 345º 0.58% 0.51% -
XYZ 11.96 8.05 7.4 -
YUV 79.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 131 55 74 0 0.58 0.44 0.49 345 0.41 0.36
Hex 83 37 4A 0 3A 2C 31 159 29 24
Octal 203 67 112 0 72 54 61 531 51 44
Binary 10000011 110111 1001010 0 111010 101100 110001 101011001 101001 100100

Color Harmonies of #83374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83374A

Black with #83374A

Text Example


Text Example

White with #83374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83374A; }

 p { color: rgb(131,55,74); }

 H1.HeaderClassName
 {
   color: #83374A;
 }
 .AnyTagClassName
 {
   color: #83374A;
 }
</style>

background-color css

<style>
 a { background-color: #83374A; }

 a { background-color: rgb(131,55,74); }

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

border-color css

<style>
 span { border-color: #83374A; }

 span { border-color: rgb(131,55,74); }

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