Html Css Color HEX #83384A Camelot

📋 copy color: '#83384A'

red 131 ◦ green 56 ◦ blue 74

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

Shades of Camelot #83384A

Tints of Camelot #83384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

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

R = 50.19%
G = 21.46%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83384A (or 0x83384A) is known color: Camelot. HEX triplet: 83, 38 and 4A. RGB value is (131,56,74). Sum of RGB (Red+Green+Blue) = 131+56+74=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83384A is #7CC7B5. Grayscale: #505050. Windows color (decimal): -8177590 or 4864131. OLE color: 4864131.

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

Color convert

RGB 131 56 74 -
CMYK 0 0.57 0.44 0.49
HSL 345.6º 0.4% 0.37% -
HSV(B) 345.6º 0.57% 0.51% -
XYZ 12.01 8.15 7.42 -
YUV 80.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 131 56 74 0 0.57 0.44 0.49 345.6 0.4 0.37
Hex 83 38 4A 0 39 2C 31 15A 28 25
Octal 203 70 112 0 71 54 61 532 50 45
Binary 10000011 111000 1001010 0 111001 101100 110001 101011010 101000 100101

Color Harmonies of #83384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83384A

Black with #83384A

Text Example


Text Example

White with #83384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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