Html Css Color HEX #83425E Cosmic

📋 copy color: '#83425E'

red 131 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #83425E

Tints of Cosmic #83425E

RGB

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

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

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

R = 45.02%
G = 22.68%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83425E (or 0x83425E) is known color: Cosmic. HEX triplet: 83, 42 and 5E. RGB value is (131,66,94). Sum of RGB (Red+Green+Blue) = 131+66+94=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83425E is #7CBDA1. Grayscale: #585858. Windows color (decimal): -8175010 or 6177411. OLE color: 6177411.

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

Color convert

RGB 131 66 94 -
CMYK 0 0.50 0.28 0.49
HSL 334.15º 0.33% 0.39% -
HSV(B) 334.15º 0.5% 0.51% -
XYZ 13.33 9.53 11.73 -
YUV 88.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 131 66 94 0 0.50 0.28 0.49 334.15 0.33 0.39
Hex 83 42 5E 0 32 1C 31 14E 21 27
Octal 203 102 136 0 62 34 61 516 41 47
Binary 10000011 1000010 1011110 0 110010 11100 110001 101001110 100001 100111

Color Harmonies of #83425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83425E

Black with #83425E

Text Example


Text Example

White with #83425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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