Html Css Color HEX #883640 Stiletto

📋 copy color: '#883640'

red 136 ◦ green 54 ◦ blue 64

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

Shades of Stiletto #883640

Tints of Stiletto #883640

RGB

 RED value IS 136 (53.52% from 255) = 53.54%

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

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 53.54%
G = 21.26%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#883640 (or 0x883640) is known color: Stiletto. HEX triplet: 88, 36 and 40. RGB value is (136,54,64). Sum of RGB (Red+Green+Blue) = 136+54+64=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #883640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883640 is #77C9BF. Grayscale: #4F4F4F. Windows color (decimal): -7850432 or 4208264. OLE color: 4208264.

HSL color Cylindrical-coordinate representation of color #883640: hue angle of 352.68º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883640 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 64 -
CMYK 0 0.60 0.53 0.47
HSL 352.68º 0.43% 0.37% -
HSV(B) 352.68º 0.6% 0.53% -
XYZ 12.4 8.24 5.79 -
YUV 79.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 136 54 64 0 0.60 0.53 0.47 352.68 0.43 0.37
Hex 88 36 40 0 3C 35 2F 161 2B 25
Octal 210 66 100 0 74 65 57 541 53 45
Binary 10001000 110110 1000000 0 111100 110101 101111 101100001 101011 100101

Color Harmonies of #883640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883640

Black with #883640

Text Example


Text Example

White with #883640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883640; }

 p { color: rgb(136,54,64); }

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

background-color css

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

 a { background-color: rgb(136,54,64); }

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

border-color css

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

 span { border-color: rgb(136,54,64); }

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