Html Css Color HEX #855372 Cosmic

📋 copy color: '#855372'

red 133 ◦ green 83 ◦ blue 114

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

Shades of Cosmic #855372

Tints of Cosmic #855372

RGB

 RED value IS 133 (52.34% from 255) = 40.3%

 GREEN value IS 83 (32.81% from 255) = 25.15%

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

R = 40.3%
G = 25.15%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855372 (or 0x855372) is known color: Cosmic. HEX triplet: 85, 53 and 72. RGB value is (133,83,114). Sum of RGB (Red+Green+Blue) = 133+83+114=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855372 is #7AAC8D. Grayscale: #656565. Windows color (decimal): -8039566 or 7492485. OLE color: 7492485.

HSL color Cylindrical-coordinate representation of color #855372: hue angle of 322.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855372 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 114 -
CMYK 0 0.38 0.14 0.48
HSL 322.8º 0.23% 0.42% -
HSV(B) 322.8º 0.38% 0.52% -
XYZ 15.8 12.39 17.48 -
YUV 101.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 133 83 114 0 0.38 0.14 0.48 322.8 0.23 0.42
Hex 85 53 72 0 26 E 30 143 17 2A
Octal 205 123 162 0 46 16 60 503 27 52
Binary 10000101 1010011 1110010 0 100110 1110 110000 101000011 10111 101010

Color Harmonies of #855372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855372

Black with #855372

Text Example


Text Example

White with #855372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855372; }

 p { color: rgb(133,83,114); }

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

background-color css

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

 a { background-color: rgb(133,83,114); }

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

border-color css

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

 span { border-color: rgb(133,83,114); }

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