Html Css Color HEX #843C3F Stiletto

📋 copy color: '#843C3F'

red 132 ◦ green 60 ◦ blue 63

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

Shades of Stiletto #843C3F

Tints of Stiletto #843C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 51.76%
G = 23.53%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#843C3F (or 0x843C3F) is known color: Stiletto. HEX triplet: 84, 3C and 3F. RGB value is (132,60,63). Sum of RGB (Red+Green+Blue) = 132+60+63=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #843C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C3F is #7BC3C0. Grayscale: #515151. Windows color (decimal): -8111041 or 4144260. OLE color: 4144260.

HSL color Cylindrical-coordinate representation of color #843C3F: hue angle of 357.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 #843C3F is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 63 -
CMYK 0 0.55 0.52 0.48
HSL 357.5º 0.38% 0.38% -
HSV(B) 357.5º 0.55% 0.52% -
XYZ 12.03 8.5 5.71 -
YUV 81.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 132 60 63 0 0.55 0.52 0.48 357.5 0.38 0.38
Hex 84 3C 3F 0 37 34 30 166 26 26
Octal 204 74 77 0 67 64 60 546 46 46
Binary 10000100 111100 111111 0 110111 110100 110000 101100110 100110 100110

Color Harmonies of #843C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C3F

Black with #843C3F

Text Example


Text Example

White with #843C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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