Html Css Color HEX #71425E Cosmic

📋 copy color: '#71425E'

red 113 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #71425E

Tints of Cosmic #71425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 41.39%
G = 24.18%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71425E (or 0x71425E) is known color: Cosmic. HEX triplet: 71, 42 and 5E. RGB value is (113,66,94). Sum of RGB (Red+Green+Blue) = 113+66+94=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71425E is #8EBDA1. Grayscale: #535353. Windows color (decimal): -9354658 or 6177393. OLE color: 6177393.

HSL color Cylindrical-coordinate representation of color #71425E: hue angle of 324.26º degrees, saturation: 0.26, 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 #71425E is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 94 -
CMYK 0 0.42 0.17 0.56
HSL 324.26º 0.26% 0.35% -
HSV(B) 324.26º 0.42% 0.44% -
XYZ 10.78 8.22 11.61 -
YUV 83.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 113 66 94 0 0.42 0.17 0.56 324.26 0.26 0.35
Hex 71 42 5E 0 2A 11 38 144 1A 23
Octal 161 102 136 0 52 21 70 504 32 43
Binary 1110001 1000010 1011110 0 101010 10001 111000 101000100 11010 100011

Color Harmonies of #71425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71425E

Black with #71425E

Text Example


Text Example

White with #71425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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