Html Css Color HEX #82536F Cosmic

📋 copy color: '#82536F'

red 130 ◦ green 83 ◦ blue 111

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

Shades of Cosmic #82536F

Tints of Cosmic #82536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 40.12%
G = 25.62%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82536F (or 0x82536F) is known color: Cosmic. HEX triplet: 82, 53 and 6F. RGB value is (130,83,111). Sum of RGB (Red+Green+Blue) = 130+83+111=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82536F is #7DAC90. Grayscale: #646464. Windows color (decimal): -8236177 or 7295874. OLE color: 7295874.

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

Color convert

RGB 130 83 111 -
CMYK 0 0.36 0.15 0.49
HSL 324.26º 0.22% 0.42% -
HSV(B) 324.26º 0.36% 0.51% -
XYZ 15.17 12.08 16.57 -
YUV 100.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 130 83 111 0 0.36 0.15 0.49 324.26 0.22 0.42
Hex 82 53 6F 0 24 F 31 144 16 2A
Octal 202 123 157 0 44 17 61 504 26 52
Binary 10000010 1010011 1101111 0 100100 1111 110001 101000100 10110 101010

Color Harmonies of #82536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82536F

Black with #82536F

Text Example


Text Example

White with #82536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82536F; }

 p { color: rgb(130,83,111); }

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

background-color css

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

 a { background-color: rgb(130,83,111); }

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

border-color css

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

 span { border-color: rgb(130,83,111); }

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