Html Css Color HEX #84363C Stiletto

📋 copy color: '#84363C'

red 132 ◦ green 54 ◦ blue 60

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

Shades of Stiletto #84363C

Tints of Stiletto #84363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 53.66%
G = 21.95%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84363C (or 0x84363C) is known color: Stiletto. HEX triplet: 84, 36 and 3C. RGB value is (132,54,60). Sum of RGB (Red+Green+Blue) = 132+54+60=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84363C is #7BC9C3. Grayscale: #4E4E4E. Windows color (decimal): -8112580 or 3946116. OLE color: 3946116.

HSL color Cylindrical-coordinate representation of color #84363C: hue angle of 355.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84363C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 54 60 -
CMYK 0 0.59 0.55 0.48
HSL 355.38º 0.42% 0.36% -
HSV(B) 355.38º 0.59% 0.52% -
XYZ 11.65 7.87 5.18 -
YUV 78.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 132 54 60 0 0.59 0.55 0.48 355.38 0.42 0.36
Hex 84 36 3C 0 3B 37 30 163 2A 24
Octal 204 66 74 0 73 67 60 543 52 44
Binary 10000100 110110 111100 0 111011 110111 110000 101100011 101010 100100

Color Harmonies of #84363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84363C

Black with #84363C

Text Example


Text Example

White with #84363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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