Html Css Color HEX #844153 Camelot

📋 copy color: '#844153'

red 132 ◦ green 65 ◦ blue 83

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

Shades of Camelot #844153

Tints of Camelot #844153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 47.14%
G = 23.21%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#844153 (or 0x844153) is known color: Camelot. HEX triplet: 84, 41 and 53. RGB value is (132,65,83). Sum of RGB (Red+Green+Blue) = 132+65+83=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #844153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844153 is #7BBEAC. Grayscale: #575757. Windows color (decimal): -8109741 or 5456260. OLE color: 5456260.

HSL color Cylindrical-coordinate representation of color #844153: hue angle of 343.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844153 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 83 -
CMYK 0 0.51 0.37 0.48
HSL 343.88º 0.34% 0.39% -
HSV(B) 343.88º 0.51% 0.52% -
XYZ 12.97 9.31 9.3 -
YUV 87.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 132 65 83 0 0.51 0.37 0.48 343.88 0.34 0.39
Hex 84 41 53 0 33 25 30 158 22 27
Octal 204 101 123 0 63 45 60 530 42 47
Binary 10000100 1000001 1010011 0 110011 100101 110000 101011000 100010 100111

Color Harmonies of #844153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844153

Black with #844153

Text Example


Text Example

White with #844153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844153; }

 p { color: rgb(132,65,83); }

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

background-color css

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

 a { background-color: rgb(132,65,83); }

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

border-color css

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

 span { border-color: rgb(132,65,83); }

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