Html Css Color HEX #82436A Cosmic

📋 copy color: '#82436A'

red 130 ◦ green 67 ◦ blue 106

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

Shades of Cosmic #82436A

Tints of Cosmic #82436A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 42.9%
G = 22.11%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82436A (or 0x82436A) is known color: Cosmic. HEX triplet: 82, 43 and 6A. RGB value is (130,67,106). Sum of RGB (Red+Green+Blue) = 130+67+106=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82436A is #7DBC95. Grayscale: #5A5A5A. Windows color (decimal): -8240278 or 6964098. OLE color: 6964098.

HSL color Cylindrical-coordinate representation of color #82436A: hue angle of 322.86º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82436A is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 106 -
CMYK 0 0.48 0.18 0.49
HSL 322.86º 0.32% 0.39% -
HSV(B) 322.86º 0.48% 0.51% -
XYZ 13.81 9.8 14.8 -
YUV 90.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 130 67 106 0 0.48 0.18 0.49 322.86 0.32 0.39
Hex 82 43 6A 0 30 12 31 143 20 27
Octal 202 103 152 0 60 22 61 503 40 47
Binary 10000010 1000011 1101010 0 110000 10010 110001 101000011 100000 100111

Color Harmonies of #82436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82436A

Black with #82436A

Text Example


Text Example

White with #82436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82436A; }

 p { color: rgb(130,67,106); }

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

background-color css

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

 a { background-color: rgb(130,67,106); }

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

border-color css

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

 span { border-color: rgb(130,67,106); }

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