Html Css Color HEX #83426F Cosmic

📋 copy color: '#83426F'

red 131 ◦ green 66 ◦ blue 111

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

Shades of Cosmic #83426F

Tints of Cosmic #83426F

RGB

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

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

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

R = 42.53%
G = 21.43%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83426F (or 0x83426F) is known color: Cosmic. HEX triplet: 83, 42 and 6F. RGB value is (131,66,111). Sum of RGB (Red+Green+Blue) = 131+66+111=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83426F is #7CBD90. Grayscale: #5A5A5A. Windows color (decimal): -8174993 or 7291523. OLE color: 7291523.

HSL color Cylindrical-coordinate representation of color #83426F: hue angle of 318.46º 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 #83426F is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 111 -
CMYK 0 0.50 0.15 0.49
HSL 318.46º 0.33% 0.39% -
HSV(B) 318.46º 0.5% 0.51% -
XYZ 14.18 9.87 16.2 -
YUV 90.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 131 66 111 0 0.50 0.15 0.49 318.46 0.33 0.39
Hex 83 42 6F 0 32 F 31 13E 21 27
Octal 203 102 157 0 62 17 61 476 41 47
Binary 10000011 1000010 1101111 0 110010 1111 110001 100111110 100001 100111

Color Harmonies of #83426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83426F

Black with #83426F

Text Example


Text Example

White with #83426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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