Html Css Color HEX #84383D Stiletto

📋 copy color: '#84383D'

red 132 ◦ green 56 ◦ blue 61

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

Shades of Stiletto #84383D

Tints of Stiletto #84383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 53.01%
G = 22.49%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84383D (or 0x84383D) is known color: Stiletto. HEX triplet: 84, 38 and 3D. RGB value is (132,56,61). Sum of RGB (Red+Green+Blue) = 132+56+61=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84383D is #7BC7C2. Grayscale: #4F4F4F. Windows color (decimal): -8112067 or 4012164. OLE color: 4012164.

HSL color Cylindrical-coordinate representation of color #84383D: hue angle of 356.05º 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 #84383D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 56 61 -
CMYK 0 0.58 0.54 0.48
HSL 356.05º 0.4% 0.37% -
HSV(B) 356.05º 0.58% 0.52% -
XYZ 11.77 8.07 5.35 -
YUV 79.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 132 56 61 0 0.58 0.54 0.48 356.05 0.4 0.37
Hex 84 38 3D 0 3A 36 30 164 28 25
Octal 204 70 75 0 72 66 60 544 50 45
Binary 10000100 111000 111101 0 111010 110110 110000 101100100 101000 100101

Color Harmonies of #84383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84383D

Black with #84383D

Text Example


Text Example

White with #84383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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