Html Css Color HEX #883842 Stiletto

📋 copy color: '#883842'

red 136 ◦ green 56 ◦ blue 66

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

Shades of Stiletto #883842

Tints of Stiletto #883842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 52.71%
G = 21.71%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#883842 (or 0x883842) is known color: Stiletto. HEX triplet: 88, 38 and 42. RGB value is (136,56,66). Sum of RGB (Red+Green+Blue) = 136+56+66=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883842 is #77C7BD. Grayscale: #515151. Windows color (decimal): -7849918 or 4339848. OLE color: 4339848.

HSL color Cylindrical-coordinate representation of color #883842: hue angle of 352.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883842 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 56 66 -
CMYK 0 0.59 0.51 0.47
HSL 352.5º 0.42% 0.38% -
HSV(B) 352.5º 0.59% 0.53% -
XYZ 12.55 8.46 6.12 -
YUV 81.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 136 56 66 0 0.59 0.51 0.47 352.5 0.42 0.38
Hex 88 38 42 0 3B 33 2F 160 2A 26
Octal 210 70 102 0 73 63 57 540 52 46
Binary 10001000 111000 1000010 0 111011 110011 101111 101100000 101010 100110

Color Harmonies of #883842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883842

Black with #883842

Text Example


Text Example

White with #883842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883842; }

 p { color: rgb(136,56,66); }

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

background-color css

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

 a { background-color: rgb(136,56,66); }

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

border-color css

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

 span { border-color: rgb(136,56,66); }

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