Html Css Color HEX #83426E Cosmic

📋 copy color: '#83426E'

red 131 ◦ green 66 ◦ blue 110

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

Shades of Cosmic #83426E

Tints of Cosmic #83426E

RGB

 RED value IS 131 (51.56% from 255) = 42.67%

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 42.67%
G = 21.5%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83426E (or 0x83426E) is known color: Cosmic. HEX triplet: 83, 42 and 6E. RGB value is (131,66,110). Sum of RGB (Red+Green+Blue) = 131+66+110=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83426E is #7CBD91. Grayscale: #5A5A5A. Windows color (decimal): -8174994 or 7225987. OLE color: 7225987.

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

Color convert

RGB 131 66 110 -
CMYK 0 0.50 0.16 0.49
HSL 319.38º 0.33% 0.39% -
HSV(B) 319.38º 0.5% 0.51% -
XYZ 14.12 9.85 15.91 -
YUV 90.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 131 66 110 0 0.50 0.16 0.49 319.38 0.33 0.39
Hex 83 42 6E 0 32 10 31 13F 21 27
Octal 203 102 156 0 62 20 61 477 41 47
Binary 10000011 1000010 1101110 0 110010 10000 110001 100111111 100001 100111

Color Harmonies of #83426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83426E

Black with #83426E

Text Example


Text Example

White with #83426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,66,110); }

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

background-color css

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

 a { background-color: rgb(131,66,110); }

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

border-color css

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

 span { border-color: rgb(131,66,110); }

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