Html Css Color HEX #71485E Cosmic

📋 copy color: '#71485E'

red 113 ◦ green 72 ◦ blue 94

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

Shades of Cosmic #71485E

Tints of Cosmic #71485E

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 40.5%
G = 25.81%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71485E (or 0x71485E) is known color: Cosmic. HEX triplet: 71, 48 and 5E. RGB value is (113,72,94). Sum of RGB (Red+Green+Blue) = 113+72+94=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71485E is #8EB7A1. Grayscale: #565656. Windows color (decimal): -9353122 or 6178929. OLE color: 6178929.

HSL color Cylindrical-coordinate representation of color #71485E: hue angle of 327.8º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71485E is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 94 -
CMYK 0 0.36 0.17 0.56
HSL 327.8º 0.22% 0.36% -
HSV(B) 327.8º 0.36% 0.44% -
XYZ 11.15 8.95 11.73 -
YUV 86.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 113 72 94 0 0.36 0.17 0.56 327.8 0.22 0.36
Hex 71 48 5E 0 24 11 38 148 16 24
Octal 161 110 136 0 44 21 70 510 26 44
Binary 1110001 1001000 1011110 0 100100 10001 111000 101001000 10110 100100

Color Harmonies of #71485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71485E

Black with #71485E

Text Example


Text Example

White with #71485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,72,94); }

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

background-color css

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

 a { background-color: rgb(113,72,94); }

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

border-color css

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

 span { border-color: rgb(113,72,94); }

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