Html Css Color HEX #873D6B Cosmic

📋 copy color: '#873D6B'

red 135 ◦ green 61 ◦ blue 107

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

Shades of Cosmic #873D6B

Tints of Cosmic #873D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 44.55%
G = 20.13%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#873D6B (or 0x873D6B) is known color: Cosmic. HEX triplet: 87, 3D and 6B. RGB value is (135,61,107). Sum of RGB (Red+Green+Blue) = 135+61+107=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D6B is #78C294. Grayscale: #585858. Windows color (decimal): -7914133 or 7028103. OLE color: 7028103.

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

Color convert

RGB 135 61 107 -
CMYK 0 0.55 0.21 0.47
HSL 322.7º 0.38% 0.38% -
HSV(B) 322.7º 0.55% 0.53% -
XYZ 14.31 9.55 15 -
YUV 88.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 135 61 107 0 0.55 0.21 0.47 322.7 0.38 0.38
Hex 87 3D 6B 0 37 15 2F 143 26 26
Octal 207 75 153 0 67 25 57 503 46 46
Binary 10000111 111101 1101011 0 110111 10101 101111 101000011 100110 100110

Color Harmonies of #873D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D6B

Black with #873D6B

Text Example


Text Example

White with #873D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,107); }

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

background-color css

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

 a { background-color: rgb(135,61,107); }

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

border-color css

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

 span { border-color: rgb(135,61,107); }

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