Html Css Color HEX #735163 Cosmic

📋 copy color: '#735163'

red 115 ◦ green 81 ◦ blue 99

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

Shades of Cosmic #735163

Tints of Cosmic #735163

RGB

 RED value IS 115 (45.31% from 255) = 38.98%

 GREEN value IS 81 (32.03% from 255) = 27.46%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 38.98%
G = 27.46%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#735163 (or 0x735163) is known color: Cosmic. HEX triplet: 73, 51 and 63. RGB value is (115,81,99). Sum of RGB (Red+Green+Blue) = 115+81+99=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735163 is #8CAE9C. Grayscale: #5D5D5D. Windows color (decimal): -9219741 or 6508915. OLE color: 6508915.

HSL color Cylindrical-coordinate representation of color #735163: hue angle of 328.24º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735163 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 99 -
CMYK 0 0.30 0.14 0.55
HSL 328.24º 0.17% 0.38% -
HSV(B) 328.24º 0.3% 0.45% -
XYZ 12.26 10.43 13.17 -
YUV 93.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 115 81 99 0 0.30 0.14 0.55 328.24 0.17 0.38
Hex 73 51 63 0 1E E 37 148 11 26
Octal 163 121 143 0 36 16 67 510 21 46
Binary 1110011 1010001 1100011 0 11110 1110 110111 101001000 10001 100110

Color Harmonies of #735163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735163

Black with #735163

Text Example


Text Example

White with #735163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735163; }

 p { color: rgb(115,81,99); }

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

background-color css

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

 a { background-color: rgb(115,81,99); }

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

border-color css

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

 span { border-color: rgb(115,81,99); }

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