Html Css Color HEX #835372 Cosmic

📋 copy color: '#835372'

red 131 ◦ green 83 ◦ blue 114

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

Shades of Cosmic #835372

Tints of Cosmic #835372

RGB

 RED value IS 131 (51.56% from 255) = 39.94%

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

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

R = 39.94%
G = 25.3%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#835372 (or 0x835372) is known color: Cosmic. HEX triplet: 83, 53 and 72. RGB value is (131,83,114). Sum of RGB (Red+Green+Blue) = 131+83+114=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #835372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835372 is #7CAC8D. Grayscale: #646464. Windows color (decimal): -8170638 or 7492483. OLE color: 7492483.

HSL color Cylindrical-coordinate representation of color #835372: hue angle of 321.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835372 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 114 -
CMYK 0 0.37 0.13 0.49
HSL 321.25º 0.22% 0.42% -
HSV(B) 321.25º 0.37% 0.51% -
XYZ 15.49 12.23 17.46 -
YUV 100.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 131 83 114 0 0.37 0.13 0.49 321.25 0.22 0.42
Hex 83 53 72 0 25 D 31 141 16 2A
Octal 203 123 162 0 45 15 61 501 26 52
Binary 10000011 1010011 1110010 0 100101 1101 110001 101000001 10110 101010

Color Harmonies of #835372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835372

Black with #835372

Text Example


Text Example

White with #835372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835372; }

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

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

background-color css

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

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

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

border-color css

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

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

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