Html Css Color HEX #835072 Cosmic

📋 copy color: '#835072'

red 131 ◦ green 80 ◦ blue 114

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

Shades of Cosmic #835072

Tints of Cosmic #835072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 40.31%
G = 24.62%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#835072 (or 0x835072) is known color: Cosmic. HEX triplet: 83, 50 and 72. RGB value is (131,80,114). Sum of RGB (Red+Green+Blue) = 131+80+114=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #835072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835072 is #7CAF8D. Grayscale: #636363. Windows color (decimal): -8171406 or 7491715. OLE color: 7491715.

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

Color convert

RGB 131 80 114 -
CMYK 0 0.39 0.13 0.49
HSL 320º 0.24% 0.41% -
HSV(B) 320º 0.39% 0.51% -
XYZ 15.27 11.78 17.39 -
YUV 99.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 131 80 114 0 0.39 0.13 0.49 320 0.24 0.41
Hex 83 50 72 0 27 D 31 140 18 29
Octal 203 120 162 0 47 15 61 500 30 51
Binary 10000011 1010000 1110010 0 100111 1101 110001 101000000 11000 101001

Color Harmonies of #835072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835072

Black with #835072

Text Example


Text Example

White with #835072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835072; }

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

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

background-color css

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

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

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

border-color css

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

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

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