Html Css Color HEX #713F5F Cosmic

📋 copy color: '#713F5F'

red 113 ◦ green 63 ◦ blue 95

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

Shades of Cosmic #713F5F

Tints of Cosmic #713F5F

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 41.7%
G = 23.25%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#713F5F (or 0x713F5F) is known color: Cosmic. HEX triplet: 71, 3F and 5F. RGB value is (113,63,95). Sum of RGB (Red+Green+Blue) = 113+63+95=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #713F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F5F is #8EC0A0. Grayscale: #515151. Windows color (decimal): -9355425 or 6242161. OLE color: 6242161.

HSL color Cylindrical-coordinate representation of color #713F5F: hue angle of 321.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F5F is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 63 95 -
CMYK 0 0.44 0.16 0.56
HSL 321.6º 0.28% 0.35% -
HSV(B) 321.6º 0.44% 0.44% -
XYZ 10.65 7.89 11.79 -
YUV 81.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 113 63 95 0 0.44 0.16 0.56 321.6 0.28 0.35
Hex 71 3F 5F 0 2C 10 38 142 1C 23
Octal 161 77 137 0 54 20 70 502 34 43
Binary 1110001 111111 1011111 0 101100 10000 111000 101000010 11100 100011

Color Harmonies of #713F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F5F

Black with #713F5F

Text Example


Text Example

White with #713F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713F5F; }

 p { color: rgb(113,63,95); }

 H1.HeaderClassName
 {
   color: #713F5F;
 }
 .AnyTagClassName
 {
   color: #713F5F;
 }
</style>

background-color css

<style>
 a { background-color: #713F5F; }

 a { background-color: rgb(113,63,95); }

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

border-color css

<style>
 span { border-color: #713F5F; }

 span { border-color: rgb(113,63,95); }

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