Html Css Color HEX #83455E Cosmic

📋 copy color: '#83455E'

red 131 ◦ green 69 ◦ blue 94

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

Shades of Cosmic #83455E

Tints of Cosmic #83455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 44.56%
G = 23.47%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83455E (or 0x83455E) is known color: Cosmic. HEX triplet: 83, 45 and 5E. RGB value is (131,69,94). Sum of RGB (Red+Green+Blue) = 131+69+94=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83455E is #7CBAA1. Grayscale: #5A5A5A. Windows color (decimal): -8174242 or 6178179. OLE color: 6178179.

HSL color Cylindrical-coordinate representation of color #83455E: hue angle of 335.81º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83455E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 94 -
CMYK 0 0.47 0.28 0.49
HSL 335.81º 0.31% 0.39% -
HSV(B) 335.81º 0.47% 0.51% -
XYZ 13.51 9.89 11.79 -
YUV 90.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 131 69 94 0 0.47 0.28 0.49 335.81 0.31 0.39
Hex 83 45 5E 0 2F 1C 31 150 1F 27
Octal 203 105 136 0 57 34 61 520 37 47
Binary 10000011 1000101 1011110 0 101111 11100 110001 101010000 11111 100111

Color Harmonies of #83455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83455E

Black with #83455E

Text Example


Text Example

White with #83455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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