Html Css Color HEX #844253 Camelot

📋 copy color: '#844253'

red 132 ◦ green 66 ◦ blue 83

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

Shades of Camelot #844253

Tints of Camelot #844253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 46.98%
G = 23.49%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#844253 (or 0x844253) is known color: Camelot. HEX triplet: 84, 42 and 53. RGB value is (132,66,83). Sum of RGB (Red+Green+Blue) = 132+66+83=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844253 is #7BBDAC. Grayscale: #575757. Windows color (decimal): -8109485 or 5456516. OLE color: 5456516.

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

Color convert

RGB 132 66 83 -
CMYK 0 0.5 0.37 0.48
HSL 344.55º 0.33% 0.39% -
HSV(B) 344.55º 0.5% 0.52% -
XYZ 13.03 9.43 9.32 -
YUV 87.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 132 66 83 0 0.5 0.37 0.48 344.55 0.33 0.39
Hex 84 42 53 0 32 25 30 159 21 27
Octal 204 102 123 0 62 45 60 531 41 47
Binary 10000100 1000010 1010011 0 110010 100101 110000 101011001 100001 100111

Color Harmonies of #844253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844253

Black with #844253

Text Example


Text Example

White with #844253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844253; }

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

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

background-color css

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

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

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

border-color css

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

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

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