Html Css Color HEX #873F5E Cosmic

📋 copy color: '#873F5E'

red 135 ◦ green 63 ◦ blue 94

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

Shades of Cosmic #873F5E

Tints of Cosmic #873F5E

RGB

 RED value IS 135 (53.13% from 255) = 46.23%

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

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 46.23%
G = 21.58%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#873F5E (or 0x873F5E) is known color: Cosmic. HEX triplet: 87, 3F and 5E. RGB value is (135,63,94). Sum of RGB (Red+Green+Blue) = 135+63+94=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #873F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F5E is #78C0A1. Grayscale: #585858. Windows color (decimal): -7913634 or 6176647. OLE color: 6176647.

HSL color Cylindrical-coordinate representation of color #873F5E: hue angle of 334.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F5E is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 63 94 -
CMYK 0 0.53 0.30 0.47
HSL 334.17º 0.36% 0.39% -
HSV(B) 334.17º 0.53% 0.53% -
XYZ 13.79 9.51 11.7 -
YUV 88.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 135 63 94 0 0.53 0.30 0.47 334.17 0.36 0.39
Hex 87 3F 5E 0 35 1E 2F 14E 24 27
Octal 207 77 136 0 65 36 57 516 44 47
Binary 10000111 111111 1011110 0 110101 11110 101111 101001110 100100 100111

Color Harmonies of #873F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873F5E

Black with #873F5E

Text Example


Text Example

White with #873F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873F5E; }

 p { color: rgb(135,63,94); }

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

background-color css

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

 a { background-color: rgb(135,63,94); }

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

border-color css

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

 span { border-color: rgb(135,63,94); }

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