Html Css Color HEX #823741 Stiletto

📋 copy color: '#823741'

red 130 ◦ green 55 ◦ blue 65

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

Shades of Stiletto #823741

Tints of Stiletto #823741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 52%
G = 22%
B = 26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#823741 (or 0x823741) is known color: Stiletto. HEX triplet: 82, 37 and 41. RGB value is (130,55,65). Sum of RGB (Red+Green+Blue) = 130+55+65=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #823741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823741 is #7DC8BE. Grayscale: #4E4E4E. Windows color (decimal): -8243391 or 4274050. OLE color: 4274050.

HSL color Cylindrical-coordinate representation of color #823741: hue angle of 352º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823741 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 65 -
CMYK 0 0.58 0.50 0.49
HSL 352º 0.41% 0.36% -
HSV(B) 352º 0.58% 0.51% -
XYZ 11.53 7.86 5.91 -
YUV 78.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 130 55 65 0 0.58 0.50 0.49 352 0.41 0.36
Hex 82 37 41 0 3A 32 31 160 29 24
Octal 202 67 101 0 72 62 61 540 51 44
Binary 10000010 110111 1000001 0 111010 110010 110001 101100000 101001 100100

Color Harmonies of #823741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823741

Black with #823741

Text Example


Text Example

White with #823741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823741; }

 p { color: rgb(130,55,65); }

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

background-color css

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

 a { background-color: rgb(130,55,65); }

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

border-color css

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

 span { border-color: rgb(130,55,65); }

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