Html Css Color HEX #82435E Cosmic

📋 copy color: '#82435E'

red 130 ◦ green 67 ◦ blue 94

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

Shades of Cosmic #82435E

Tints of Cosmic #82435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 44.67%
G = 23.02%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82435E (or 0x82435E) is known color: Cosmic. HEX triplet: 82, 43 and 5E. RGB value is (130,67,94). Sum of RGB (Red+Green+Blue) = 130+67+94=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82435E is #7DBCA1. Grayscale: #585858. Windows color (decimal): -8240290 or 6177666. OLE color: 6177666.

HSL color Cylindrical-coordinate representation of color #82435E: hue angle of 334.29º 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 #82435E is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 94 -
CMYK 0 0.48 0.28 0.49
HSL 334.29º 0.32% 0.39% -
HSV(B) 334.29º 0.48% 0.51% -
XYZ 13.23 9.57 11.74 -
YUV 88.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 130 67 94 0 0.48 0.28 0.49 334.29 0.32 0.39
Hex 82 43 5E 0 30 1C 31 14E 20 27
Octal 202 103 136 0 60 34 61 516 40 47
Binary 10000010 1000011 1011110 0 110000 11100 110001 101001110 100000 100111

Color Harmonies of #82435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82435E

Black with #82435E

Text Example


Text Example

White with #82435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82435E; }

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

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

background-color css

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

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

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

border-color css

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

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

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