Html Css Color HEX #73535B Cosmic

📋 copy color: '#73535B'

red 115 ◦ green 83 ◦ blue 91

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

Shades of Cosmic #73535B

Tints of Cosmic #73535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 39.79%
G = 28.72%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73535B (or 0x73535B) is known color: Cosmic. HEX triplet: 73, 53 and 5B. RGB value is (115,83,91). Sum of RGB (Red+Green+Blue) = 115+83+91=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73535B is #8CACA4. Grayscale: #5D5D5D. Windows color (decimal): -9219237 or 5985139. OLE color: 5985139.

HSL color Cylindrical-coordinate representation of color #73535B: hue angle of 345º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73535B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 91 -
CMYK 0 0.28 0.21 0.55
HSL 345º 0.16% 0.39% -
HSV(B) 345º 0.28% 0.45% -
XYZ 12.05 10.59 11.31 -
YUV 93.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 115 83 91 0 0.28 0.21 0.55 345 0.16 0.39
Hex 73 53 5B 0 1C 15 37 159 10 27
Octal 163 123 133 0 34 25 67 531 20 47
Binary 1110011 1010011 1011011 0 11100 10101 110111 101011001 10000 100111

Color Harmonies of #73535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73535B

Black with #73535B

Text Example


Text Example

White with #73535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73535B; }

 p { color: rgb(115,83,91); }

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

background-color css

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

 a { background-color: rgb(115,83,91); }

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

border-color css

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

 span { border-color: rgb(115,83,91); }

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