Html Css Color HEX #823D3F Stiletto

📋 copy color: '#823D3F'

red 130 ◦ green 61 ◦ blue 63

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

Shades of Stiletto #823D3F

Tints of Stiletto #823D3F

RGB

 RED value IS 130 (51.17% from 255) = 51.18%

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

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

R = 51.18%
G = 24.02%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#823D3F (or 0x823D3F) is known color: Stiletto. HEX triplet: 82, 3D and 3F. RGB value is (130,61,63). Sum of RGB (Red+Green+Blue) = 130+61+63=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #823D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D3F is #7DC2C0. Grayscale: #515151. Windows color (decimal): -8241857 or 4144514. OLE color: 4144514.

HSL color Cylindrical-coordinate representation of color #823D3F: hue angle of 358.26º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D3F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 61 63 -
CMYK 0 0.53 0.52 0.49
HSL 358.26º 0.36% 0.37% -
HSV(B) 358.26º 0.53% 0.51% -
XYZ 11.77 8.44 5.71 -
YUV 81.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 130 61 63 0 0.53 0.52 0.49 358.26 0.36 0.37
Hex 82 3D 3F 0 35 34 31 166 24 25
Octal 202 75 77 0 65 64 61 546 44 45
Binary 10000010 111101 111111 0 110101 110100 110001 101100110 100100 100101

Color Harmonies of #823D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D3F

Black with #823D3F

Text Example


Text Example

White with #823D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823D3F; }

 p { color: rgb(130,61,63); }

 H1.HeaderClassName
 {
   color: #823D3F;
 }
 .AnyTagClassName
 {
   color: #823D3F;
 }
</style>

background-color css

<style>
 a { background-color: #823D3F; }

 a { background-color: rgb(130,61,63); }

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

border-color css

<style>
 span { border-color: #823D3F; }

 span { border-color: rgb(130,61,63); }

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