Html Css Color HEX #71445F Cosmic

📋 copy color: '#71445F'

red 113 ◦ green 68 ◦ blue 95

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

Shades of Cosmic #71445F

Tints of Cosmic #71445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 40.94%
G = 24.64%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71445F (or 0x71445F) is known color: Cosmic. HEX triplet: 71, 44 and 5F. RGB value is (113,68,95). Sum of RGB (Red+Green+Blue) = 113+68+95=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71445F is #8EBBA0. Grayscale: #545454. Windows color (decimal): -9354145 or 6243441. OLE color: 6243441.

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

Color convert

RGB 113 68 95 -
CMYK 0 0.40 0.16 0.56
HSL 324º 0.25% 0.35% -
HSV(B) 324º 0.4% 0.44% -
XYZ 10.94 8.47 11.88 -
YUV 84.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 113 68 95 0 0.40 0.16 0.56 324 0.25 0.35
Hex 71 44 5F 0 28 10 38 144 19 23
Octal 161 104 137 0 50 20 70 504 31 43
Binary 1110001 1000100 1011111 0 101000 10000 111000 101000100 11001 100011

Color Harmonies of #71445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71445F

Black with #71445F

Text Example


Text Example

White with #71445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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