Html Css Color HEX #843C4B Camelot

📋 copy color: '#843C4B'

red 132 ◦ green 60 ◦ blue 75

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

Shades of Camelot #843C4B

Tints of Camelot #843C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 49.44%
G = 22.47%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#843C4B (or 0x843C4B) is known color: Camelot. HEX triplet: 84, 3C and 4B. RGB value is (132,60,75). Sum of RGB (Red+Green+Blue) = 132+60+75=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #843C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C4B is #7BC3B4. Grayscale: #535353. Windows color (decimal): -8111029 or 4930692. OLE color: 4930692.

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

Color convert

RGB 132 60 75 -
CMYK 0 0.55 0.43 0.48
HSL 347.5º 0.38% 0.38% -
HSV(B) 347.5º 0.55% 0.52% -
XYZ 12.4 8.65 7.67 -
YUV 83.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 132 60 75 0 0.55 0.43 0.48 347.5 0.38 0.38
Hex 84 3C 4B 0 37 2B 30 15C 26 26
Octal 204 74 113 0 67 53 60 534 46 46
Binary 10000100 111100 1001011 0 110111 101011 110000 101011100 100110 100110

Color Harmonies of #843C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C4B

Black with #843C4B

Text Example


Text Example

White with #843C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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