Html Css Color HEX #71535E Cosmic

📋 copy color: '#71535E'

red 113 ◦ green 83 ◦ blue 94

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

Shades of Cosmic #71535E

Tints of Cosmic #71535E

RGB

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

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

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

R = 38.97%
G = 28.62%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71535E (or 0x71535E) is known color: Cosmic. HEX triplet: 71, 53 and 5E. RGB value is (113,83,94). Sum of RGB (Red+Green+Blue) = 113+83+94=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71535E is #8EACA1. Grayscale: #5D5D5D. Windows color (decimal): -9350306 or 6181745. OLE color: 6181745.

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

Color convert

RGB 113 83 94 -
CMYK 0 0.27 0.17 0.56
HSL 338º 0.15% 0.38% -
HSV(B) 338º 0.27% 0.44% -
XYZ 11.92 10.51 11.99 -
YUV 93.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 113 83 94 0 0.27 0.17 0.56 338 0.15 0.38
Hex 71 53 5E 0 1B 11 38 152 F 26
Octal 161 123 136 0 33 21 70 522 17 46
Binary 1110001 1010011 1011110 0 11011 10001 111000 101010010 1111 100110

Color Harmonies of #71535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71535E

Black with #71535E

Text Example


Text Example

White with #71535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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