Html Css Color HEX #865272 Cosmic

📋 copy color: '#865272'

red 134 ◦ green 82 ◦ blue 114

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

Shades of Cosmic #865272

Tints of Cosmic #865272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 40.61%
G = 24.85%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#865272 (or 0x865272) is known color: Cosmic. HEX triplet: 86, 52 and 72. RGB value is (134,82,114). Sum of RGB (Red+Green+Blue) = 134+82+114=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #865272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865272 is #79AD8D. Grayscale: #656565. Windows color (decimal): -7974286 or 7492230. OLE color: 7492230.

HSL color Cylindrical-coordinate representation of color #865272: hue angle of 323.08º 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 #865272 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 114 -
CMYK 0 0.39 0.15 0.47
HSL 323.08º 0.24% 0.42% -
HSV(B) 323.08º 0.39% 0.53% -
XYZ 15.89 12.32 17.46 -
YUV 101.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 134 82 114 0 0.39 0.15 0.47 323.08 0.24 0.42
Hex 86 52 72 0 27 F 2F 143 18 2A
Octal 206 122 162 0 47 17 57 503 30 52
Binary 10000110 1010010 1110010 0 100111 1111 101111 101000011 11000 101010

Color Harmonies of #865272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865272

Black with #865272

Text Example


Text Example

White with #865272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865272; }

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

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

background-color css

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

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

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

border-color css

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

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

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