Html Css Color HEX #83374D Camelot

📋 copy color: '#83374D'

red 131 ◦ green 55 ◦ blue 77

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

Shades of Camelot #83374D

Tints of Camelot #83374D

RGB

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

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

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

R = 49.81%
G = 20.91%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83374D (or 0x83374D) is known color: Camelot. HEX triplet: 83, 37 and 4D. RGB value is (131,55,77). Sum of RGB (Red+Green+Blue) = 131+55+77=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83374D is #7CC8B2. Grayscale: #505050. Windows color (decimal): -8177843 or 5060483. OLE color: 5060483.

HSL color Cylindrical-coordinate representation of color #83374D: hue angle of 342.63º 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 #83374D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 77 -
CMYK 0 0.58 0.41 0.49
HSL 342.63º 0.41% 0.36% -
HSV(B) 342.63º 0.58% 0.51% -
XYZ 12.07 8.09 7.95 -
YUV 80.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 131 55 77 0 0.58 0.41 0.49 342.63 0.41 0.36
Hex 83 37 4D 0 3A 29 31 157 29 24
Octal 203 67 115 0 72 51 61 527 51 44
Binary 10000011 110111 1001101 0 111010 101001 110001 101010111 101001 100100

Color Harmonies of #83374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83374D

Black with #83374D

Text Example


Text Example

White with #83374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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