Html Css Color HEX #843D4B Camelot

📋 copy color: '#843D4B'

red 132 ◦ green 61 ◦ blue 75

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

Shades of Camelot #843D4B

Tints of Camelot #843D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 49.25%
G = 22.76%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#843D4B (or 0x843D4B) is known color: Camelot. HEX triplet: 84, 3D and 4B. RGB value is (132,61,75). Sum of RGB (Red+Green+Blue) = 132+61+75=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #843D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D4B is #7BC2B4. Grayscale: #535353. Windows color (decimal): -8110773 or 4930948. OLE color: 4930948.

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

Color convert

RGB 132 61 75 -
CMYK 0 0.54 0.43 0.48
HSL 348.17º 0.37% 0.38% -
HSV(B) 348.17º 0.54% 0.52% -
XYZ 12.45 8.75 7.69 -
YUV 83.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 132 61 75 0 0.54 0.43 0.48 348.17 0.37 0.38
Hex 84 3D 4B 0 36 2B 30 15C 25 26
Octal 204 75 113 0 66 53 60 534 45 46
Binary 10000100 111101 1001011 0 110110 101011 110000 101011100 100101 100110

Color Harmonies of #843D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D4B

Black with #843D4B

Text Example


Text Example

White with #843D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843D4B; }

 p { color: rgb(132,61,75); }

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

background-color css

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

 a { background-color: rgb(132,61,75); }

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

border-color css

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

 span { border-color: rgb(132,61,75); }

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