Html Css Color HEX #84394A Camelot

📋 copy color: '#84394A'

red 132 ◦ green 57 ◦ blue 74

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

Shades of Camelot #84394A

Tints of Camelot #84394A

RGB

 RED value IS 132 (51.95% from 255) = 50.19%

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

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

R = 50.19%
G = 21.67%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84394A (or 0x84394A) is known color: Camelot. HEX triplet: 84, 39 and 4A. RGB value is (132,57,74). Sum of RGB (Red+Green+Blue) = 132+57+74=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84394A is #7BC6B5. Grayscale: #515151. Windows color (decimal): -8111798 or 4864388. OLE color: 4864388.

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

Color convert

RGB 132 57 74 -
CMYK 0 0.57 0.44 0.48
HSL 346.4º 0.4% 0.37% -
HSV(B) 346.4º 0.57% 0.52% -
XYZ 12.21 8.33 7.44 -
YUV 81.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 132 57 74 0 0.57 0.44 0.48 346.4 0.4 0.37
Hex 84 39 4A 0 39 2C 30 15A 28 25
Octal 204 71 112 0 71 54 60 532 50 45
Binary 10000100 111001 1001010 0 111001 101100 110000 101011010 101000 100101

Color Harmonies of #84394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84394A

Black with #84394A

Text Example


Text Example

White with #84394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,57,74); }

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

background-color css

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

 a { background-color: rgb(132,57,74); }

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

border-color css

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

 span { border-color: rgb(132,57,74); }

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