Html Css Color HEX #714161 Cosmic

📋 copy color: '#714161'

red 113 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #714161

Tints of Cosmic #714161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 41.09%
G = 23.64%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#714161 (or 0x714161) is known color: Cosmic. HEX triplet: 71, 41 and 61. RGB value is (113,65,97). Sum of RGB (Red+Green+Blue) = 113+65+97=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #714161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714161 is #8EBE9E. Grayscale: #525252. Windows color (decimal): -9354911 or 6373745. OLE color: 6373745.

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

Color convert

RGB 113 65 97 -
CMYK 0 0.42 0.14 0.56
HSL 320º 0.27% 0.35% -
HSV(B) 320º 0.42% 0.44% -
XYZ 10.86 8.15 12.31 -
YUV 83 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 113 65 97 0 0.42 0.14 0.56 320 0.27 0.35
Hex 71 41 61 0 2A E 38 140 1B 23
Octal 161 101 141 0 52 16 70 500 33 43
Binary 1110001 1000001 1100001 0 101010 1110 111000 101000000 11011 100011

Color Harmonies of #714161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714161

Black with #714161

Text Example


Text Example

White with #714161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714161; }

 p { color: rgb(113,65,97); }

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

background-color css

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

 a { background-color: rgb(113,65,97); }

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

border-color css

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

 span { border-color: rgb(113,65,97); }

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