Html Css Color HEX #865271 Cosmic

📋 copy color: '#865271'

red 134 ◦ green 82 ◦ blue 113

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

Shades of Cosmic #865271

Tints of Cosmic #865271

RGB

 RED value IS 134 (52.73% from 255) = 40.73%

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 40.73%
G = 24.92%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#865271 (or 0x865271) is known color: Cosmic. HEX triplet: 86, 52 and 71. RGB value is (134,82,113). Sum of RGB (Red+Green+Blue) = 134+82+113=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #865271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865271 is #79AD8E. Grayscale: #656565. Windows color (decimal): -7974287 or 7426694. OLE color: 7426694.

HSL color Cylindrical-coordinate representation of color #865271: hue angle of 324.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865271 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 113 -
CMYK 0 0.39 0.16 0.47
HSL 324.23º 0.24% 0.42% -
HSV(B) 324.23º 0.39% 0.53% -
XYZ 15.83 12.3 17.16 -
YUV 101.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 134 82 113 0 0.39 0.16 0.47 324.23 0.24 0.42
Hex 86 52 71 0 27 10 2F 144 18 2A
Octal 206 122 161 0 47 20 57 504 30 52
Binary 10000110 1010010 1110001 0 100111 10000 101111 101000100 11000 101010

Color Harmonies of #865271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865271

Black with #865271

Text Example


Text Example

White with #865271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865271; }

 p { color: rgb(134,82,113); }

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

background-color css

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

 a { background-color: rgb(134,82,113); }

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

border-color css

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

 span { border-color: rgb(134,82,113); }

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