Html Css Color HEX #883F5D Cosmic

📋 copy color: '#883F5D'

red 136 ◦ green 63 ◦ blue 93

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

Shades of Cosmic #883F5D

Tints of Cosmic #883F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 46.58%
G = 21.58%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#883F5D (or 0x883F5D) is known color: Cosmic. HEX triplet: 88, 3F and 5D. RGB value is (136,63,93). Sum of RGB (Red+Green+Blue) = 136+63+93=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #883F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F5D is #77C0A2. Grayscale: #585858. Windows color (decimal): -7848099 or 6111112. OLE color: 6111112.

HSL color Cylindrical-coordinate representation of color #883F5D: hue angle of 335.34º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F5D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 63 93 -
CMYK 0 0.54 0.32 0.47
HSL 335.34º 0.37% 0.39% -
HSV(B) 335.34º 0.54% 0.53% -
XYZ 13.91 9.58 11.47 -
YUV 88.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 136 63 93 0 0.54 0.32 0.47 335.34 0.37 0.39
Hex 88 3F 5D 0 36 20 2F 14F 25 27
Octal 210 77 135 0 66 40 57 517 45 47
Binary 10001000 111111 1011101 0 110110 100000 101111 101001111 100101 100111

Color Harmonies of #883F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883F5D

Black with #883F5D

Text Example


Text Example

White with #883F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883F5D; }

 p { color: rgb(136,63,93); }

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

background-color css

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

 a { background-color: rgb(136,63,93); }

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

border-color css

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

 span { border-color: rgb(136,63,93); }

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