Html Css Color HEX #843844 Camelot

📋 copy color: '#843844'

red 132 ◦ green 56 ◦ blue 68

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

Shades of Camelot #843844

Tints of Camelot #843844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 51.56%
G = 21.88%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#843844 (or 0x843844) is known color: Camelot. HEX triplet: 84, 38 and 44. RGB value is (132,56,68). Sum of RGB (Red+Green+Blue) = 132+56+68=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #843844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843844 is #7BC7BB. Grayscale: #505050. Windows color (decimal): -8112060 or 4470916. OLE color: 4470916.

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

Color convert

RGB 132 56 68 -
CMYK 0 0.58 0.48 0.48
HSL 350.53º 0.4% 0.37% -
HSV(B) 350.53º 0.58% 0.52% -
XYZ 11.97 8.15 6.41 -
YUV 80.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 132 56 68 0 0.58 0.48 0.48 350.53 0.4 0.37
Hex 84 38 44 0 3A 30 30 15F 28 25
Octal 204 70 104 0 72 60 60 537 50 45
Binary 10000100 111000 1000100 0 111010 110000 110000 101011111 101000 100101

Color Harmonies of #843844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843844

Black with #843844

Text Example


Text Example

White with #843844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843844; }

 p { color: rgb(132,56,68); }

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

background-color css

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

 a { background-color: rgb(132,56,68); }

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

border-color css

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

 span { border-color: rgb(132,56,68); }

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