Html Css Color HEX #73425E Cosmic

📋 copy color: '#73425E'

red 115 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #73425E

Tints of Cosmic #73425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 41.82%
G = 24%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73425E (or 0x73425E) is known color: Cosmic. HEX triplet: 73, 42 and 5E. RGB value is (115,66,94). Sum of RGB (Red+Green+Blue) = 115+66+94=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73425E is #8CBDA1. Grayscale: #535353. Windows color (decimal): -9223586 or 6177395. OLE color: 6177395.

HSL color Cylindrical-coordinate representation of color #73425E: hue angle of 325.71º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73425E is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 94 -
CMYK 0 0.43 0.18 0.55
HSL 325.71º 0.27% 0.35% -
HSV(B) 325.71º 0.43% 0.45% -
XYZ 11.04 8.35 11.62 -
YUV 83.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 115 66 94 0 0.43 0.18 0.55 325.71 0.27 0.35
Hex 73 42 5E 0 2B 12 37 146 1B 23
Octal 163 102 136 0 53 22 67 506 33 43
Binary 1110011 1000010 1011110 0 101011 10010 110111 101000110 11011 100011

Color Harmonies of #73425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73425E

Black with #73425E

Text Example


Text Example

White with #73425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73425E; }

 p { color: rgb(115,66,94); }

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

background-color css

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

 a { background-color: rgb(115,66,94); }

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

border-color css

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

 span { border-color: rgb(115,66,94); }

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