Html Css Color HEX #825073 Cosmic

📋 copy color: '#825073'

red 130 ◦ green 80 ◦ blue 115

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

Shades of Cosmic #825073

Tints of Cosmic #825073

RGB

 RED value IS 130 (51.17% from 255) = 40%

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

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 40%
G = 24.62%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825073 (or 0x825073) is known color: Cosmic. HEX triplet: 82, 50 and 73. RGB value is (130,80,115). Sum of RGB (Red+Green+Blue) = 130+80+115=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #825073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825073 is #7DAF8C. Grayscale: #626262. Windows color (decimal): -8236941 or 7557250. OLE color: 7557250.

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

Color convert

RGB 130 80 115 -
CMYK 0 0.38 0.12 0.49
HSL 318º 0.24% 0.41% -
HSV(B) 318º 0.38% 0.51% -
XYZ 15.17 11.72 17.68 -
YUV 98.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 130 80 115 0 0.38 0.12 0.49 318 0.24 0.41
Hex 82 50 73 0 26 C 31 13E 18 29
Octal 202 120 163 0 46 14 61 476 30 51
Binary 10000010 1010000 1110011 0 100110 1100 110001 100111110 11000 101001

Color Harmonies of #825073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825073

Black with #825073

Text Example


Text Example

White with #825073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825073; }

 p { color: rgb(130,80,115); }

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

background-color css

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

 a { background-color: rgb(130,80,115); }

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

border-color css

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

 span { border-color: rgb(130,80,115); }

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