Html Css Color HEX #71485C Cosmic

📋 copy color: '#71485C'

red 113 ◦ green 72 ◦ blue 92

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

Shades of Cosmic #71485C

Tints of Cosmic #71485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 40.79%
G = 25.99%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71485C (or 0x71485C) is known color: Cosmic. HEX triplet: 71, 48 and 5C. RGB value is (113,72,92). Sum of RGB (Red+Green+Blue) = 113+72+92=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71485C is #8EB7A3. Grayscale: #565656. Windows color (decimal): -9353124 or 6047857. OLE color: 6047857.

HSL color Cylindrical-coordinate representation of color #71485C: hue angle of 330.73º 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 #71485C is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 92 -
CMYK 0 0.36 0.19 0.56
HSL 330.73º 0.22% 0.36% -
HSV(B) 330.73º 0.36% 0.44% -
XYZ 11.06 8.92 11.26 -
YUV 86.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 113 72 92 0 0.36 0.19 0.56 330.73 0.22 0.36
Hex 71 48 5C 0 24 13 38 14B 16 24
Octal 161 110 134 0 44 23 70 513 26 44
Binary 1110001 1001000 1011100 0 100100 10011 111000 101001011 10110 100100

Color Harmonies of #71485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71485C

Black with #71485C

Text Example


Text Example

White with #71485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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