Html Css Color HEX #82415B Cosmic

📋 copy color: '#82415B'

red 130 ◦ green 65 ◦ blue 91

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

Shades of Cosmic #82415B

Tints of Cosmic #82415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 45.45%
G = 22.73%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82415B (or 0x82415B) is known color: Cosmic. HEX triplet: 82, 41 and 5B. RGB value is (130,65,91). Sum of RGB (Red+Green+Blue) = 130+65+91=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82415B is #7DBEA4. Grayscale: #575757. Windows color (decimal): -8240805 or 5980546. OLE color: 5980546.

HSL color Cylindrical-coordinate representation of color #82415B: hue angle of 336º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82415B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 91 -
CMYK 0 0.50 0.30 0.49
HSL 336º 0.33% 0.38% -
HSV(B) 336º 0.5% 0.51% -
XYZ 12.98 9.28 11 -
YUV 87.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 130 65 91 0 0.50 0.30 0.49 336 0.33 0.38
Hex 82 41 5B 0 32 1E 31 150 21 26
Octal 202 101 133 0 62 36 61 520 41 46
Binary 10000010 1000001 1011011 0 110010 11110 110001 101010000 100001 100110

Color Harmonies of #82415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82415B

Black with #82415B

Text Example


Text Example

White with #82415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82415B; }

 p { color: rgb(130,65,91); }

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

background-color css

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

 a { background-color: rgb(130,65,91); }

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

border-color css

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

 span { border-color: rgb(130,65,91); }

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